removed devices warning in availability map

This commit is contained in:
laf
2015-07-24 07:41:37 +01:00
parent 06229b5baf
commit 6b0633ba83

View File

@ -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);