New upstream version 0.6.27
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
Status Box<br>
|
||||
|
||||
<?php if (!empty($hosts)) {
|
||||
foreach($hosts as $host){
|
||||
echo html::anchor('graph?host='.$host['name'], $host['name'], array('class'=>$host['state']))."</p>";
|
||||
}
|
||||
foreach ($hosts as $host) {
|
||||
echo html::anchor('graph?host=' . $host['name'], $host['name'], array('class' => $host['state'])) . "</p>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user