mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 14:37:03 +02:00
webui fixes
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body<?php if($this->request->get['route'] == 'health/health') { ?> onload="loadHealth(); setInterval('loadHealth()', <?php print HEALTH_REFRESH; ?> * 1000)" style="cursor: wait"<?php } ?>>
|
||||
<body<?php if(isset($this->request->get['route']) && $this->request->get['route'] == 'health/health') { ?> onload="loadHealth(); setInterval('loadHealth()', <?php print HEALTH_REFRESH; ?> * 1000)" style="cursor: wait"<?php } ?>>
|
||||
|
||||
<div id="fuku1">
|
||||
|
||||
|
Reference in New Issue
Block a user