pnp4nagios/share/pnp/application/views/host_box.php
2017-05-20 15:26:21 +02:00

12 lines
214 B
PHP

<div class="left b1 w99">
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>";
}
}
?>
</div>