mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:07:03 +02:00
added indexer stat to health page
This commit is contained in:
@ -67,6 +67,16 @@
|
||||
<th><?php print $text_periodic_purge; ?></th>
|
||||
<td><span class="<?php if($options['enable_purge'] == 1) { ?>ok<?php } else { ?>error<?php } ?>"><?php if($options['enable_purge'] == 1) { print $text_enabled; ?>. <a href="<?php print HEALTH_URL; ?>&toggle_enable_purge"><?php print $text_disable; ?></a><?php } else { print $text_disabled; ?>. <a href="<?php print HEALTH_URL; ?>&toggle_enable_purge"><?php print $text_enable; ?></a><?php } ?> </span></td>
|
||||
</tr>
|
||||
|
||||
<?php if($indexer_stat[0]) { ?>
|
||||
<tr>
|
||||
<th><?php print $text_indexer_job; ?></th>
|
||||
<td><?php print $text_last; ?>: <?php print $indexer_stat[0]; ?>, <?php print $text_next; ?>: <?php print $indexer_stat[1]; ?></td>
|
||||
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user