mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added indexer stat to health page
This commit is contained in:
@ -146,6 +146,10 @@ class ControllerHealthWorker extends Controller {
|
||||
$this->data['usagetrend'] = 0;
|
||||
}
|
||||
|
||||
|
||||
$this->data['indexer_stat'] = $this->model_health_health->indexer_stat();
|
||||
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user