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

@ -148,6 +148,7 @@ class ControllerHealthWorker extends Controller {
$this->data['indexer_stat'] = $this->model_health_health->indexer_stat();
$this->data['purge_stat'] = $this->model_health_health->purge_stat();
$this->render();