Skip to content

Commit 7459c9b

Browse files
committed
Show UI for server history as NYI
1 parent 16fc80b commit 7459c9b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/templates/Server/View.phtml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ require("./header.inc.phtml");
5050
<a href="https://twitter.com/share?text=<?php echo urlencode($title); ?>&amp;url=<?php echo urlencode($url); ?>" rel="external" data-popup="1"><img class="header-button float-right" src="<?php echo Common::relativeUrlToAbsolute("/a/social-twitter-24px.png"); ?>"/></a>
5151
<a href="https://facebook.com/sharer/sharer.php?u=<?php echo urlencode($url); ?>" rel="external" data-popup="1"><img class="header-button float-right" src="<?php echo Common::relativeUrlToAbsolute("/a/social-facebook-24px.png"); ?>"/></a>
5252
<header>Server Status</header>
53-
<section>
54-
<?php require("./NYI.inc.phtml"); ?>
55-
</section>
5653
<section>
5754
<table class="serverview"><tbody>
5855
<tr><th>Label</th><td><?php echo filter_var($object->getLabel(), FILTER_SANITIZE_FULL_SPECIAL_CHARS); ?></td></tr>
@@ -62,6 +59,12 @@ require("./header.inc.phtml");
6259
<tr><th>Current Status:</th><td><?php echo $object_status; ?></td></tr>
6360
</tbody></table>
6461
</section>
62+
</article>
63+
<article>
64+
<header>History</header>
65+
<section>
66+
<?php require("./NYI.inc.phtml"); ?>
67+
</section>
6568
<?php } else { ?>
6669
<header class="red"><?php echo filter_var($title, FILTER_SANITIZE_FULL_SPECIAL_CHARS); ?></header>
6770
<section class="red"><?php echo filter_var($description, FILTER_SANITIZE_FULL_SPECIAL_CHARS); ?></section>

0 commit comments

Comments
 (0)