mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Start at fixing up front page and moving top 10 into plugins
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
include_once("includes/object-cache.inc.php");
|
||||
|
||||
if ($device['status'] == '0') { $class = "alert-danger"; } else { $class = ""; }
|
||||
if ($device['ignore'] == '1')
|
||||
{
|
||||
|
Reference in New Issue
Block a user