Fixed some health issues during the refactoring

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2020-03-14 13:19:47 +01:00
parent 60b61ba225
commit b8891360cc
3 changed files with 40 additions and 61 deletions

View File

@ -30,6 +30,7 @@ class ControllerHealthWorker extends Controller {
}
$this->model_health_health->collect_data();
$this->data['health'] = $this->model_health_health->data;
$this->render();
}