webui fixes

This commit is contained in:
SJ
2013-08-11 09:22:03 +02:00
parent 90a69f9287
commit b68602b5f0
5 changed files with 31 additions and 0 deletions

View File

@ -133,6 +133,13 @@
</div>
<?php } ?>
<?php if($purge_stat[0]) { ?>
<div class="row">
<div class="cellhealthleft"><?php print $text_periodic_purge; ?></div>
<div class="cellhealthright"><?php print $text_last; ?>: <?php print $purge_stat[0]; ?>, <?php print $text_next; ?>: <?php print $purge_stat[1]; ?></div>
</div>
<?php } ?>
</div>