File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ require("./header.inc.phtml");
64
64
<tr><th>Address</th><td class="address" onclick="bnetdocs.fSelectText(this);"><?php echo filter_var ($ object ->getAddress () . ": " . $ object ->getPort (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
65
65
<tr><th>Owner</th><td><?php if ($ object_user ) { ?> <a href="<?php echo $ object_user_url ; ?> "><img class="avatar" src="<?php echo $ object_user_avatar ; ?> "/> <?php echo filter_var ($ object_user ->getName (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </a><?php } else { echo "Anonymous " ; } ?> </td></tr>
66
66
<tr><th>Type</th><td><?php echo filter_var ($ object_type ->getLabel (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
67
- <tr><th>Current Status: </th><td><?php echo $ object_status ; ?> (<?php echo $ object_response_time ; ?> )</td></tr>
68
- <tr><th>Uptime: </th><td><?php echo $ object_uptime ; ?> </td></tr>
67
+ <tr><th>Current Status</th><td><?php echo $ object_status ; ?> (<?php echo $ object_response_time ; ?> )</td></tr>
68
+ <tr><th>Uptime</th><td><?php echo $ object_uptime ; ?> </td></tr>
69
69
</tbody></table>
70
70
</section>
71
71
</article>
You can’t perform that action at this time.
0 commit comments