Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
11
share/pnp/application/views/host_box.php
Normal file
11
share/pnp/application/views/host_box.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user