mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
removed devices warning in availability map
This commit is contained in:
@ -41,5 +41,5 @@ foreach(dbFetchRows($sql,$param) as $device) {
|
||||
$temp_rows = count($temp_output);
|
||||
|
||||
$temp_output[] = '</div>';
|
||||
$temp_header = array('<div style="margin-left:auto; margin-right:auto;"><center><h5><i class="fa fa-check" style="color:green">'.$devices['up'].' </i> <i class="fa fa-exclamation-triangle" style="color:orange"> 0</i> <i class="fa fa-exclamation-circle" style="color:red"> '.$devices['down'].'</i></h5></center><br>');
|
||||
$temp_header = array('<div style="margin-left:auto; margin-right:auto;"><center><h5><i class="fa fa-check" style="color:green">'.$devices['up'].' </i> <i class="fa fa-exclamation-circle" style="color:red"> '.$devices['down'].'</i></h5></center><br>');
|
||||
$common_output = array_merge($temp_header,$temp_output);
|
||||
|
Reference in New Issue
Block a user