You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Below is a list of servers that our automated system checks the status of. The status represents if the port is opened or closed, not if the service is functioning correctly.</p>
27
27
<p>We have a total of <strong><?php echo number_format(count($this->context->servers)); ?> servers</strong> that we monitor. <a href="<?php echo Common::relativeUrlToAbsolute("/servers.json"); ?>">Click here</a> to see this list in JSON format.</p>
28
28
</section>
29
-
</article>
30
-
<article>
29
+
<section>
30
+
<table class="servers">
31
+
<thead>
32
+
<tr>
33
+
<th class="status">Status</th>
34
+
<th class="label">Label</th>
35
+
<th class="address">Address</th>
36
+
<th></th>
37
+
</tr>
38
+
</thead>
39
+
<tbody>
31
40
<?php foreach ($servers_by_type as $type_id => $servers) {
0 commit comments