File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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");
6464 <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>
6565 <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>
6666 <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>
6969 </tbody></table>
7070 </section>
7171 </article>
You can’t perform that action at this time.
0 commit comments