diff --git a/Theme/Backend/monitoring-dashboard.tpl.php b/Theme/Backend/monitoring-dashboard.tpl.php index f9c6bd1..570cc95 100644 --- a/Theme/Backend/monitoring-dashboard.tpl.php +++ b/Theme/Backend/monitoring-dashboard.tpl.php @@ -40,14 +40,14 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->getText('Monitoring', 'Emergencies'] ?> | = $logs['emergency') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Criticals'] ?> | = $logs['critical') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Errors'] ?> | = $logs['error') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Warnings'] ?> | = $logs['warning') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Alerts'] ?> | = $logs['alert') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Notices'] ?> | = $logs['notice') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Info'] ?> | = $logs['info') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Debug'] ?> | = $logs['debug') ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Emergencies') ?> | = $logs['emergency'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Criticals') ?> | = $logs['critical'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Errors') ?> | = $logs['error'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Warnings') ?> | = $logs['warning'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Alerts') ?> | = $logs['alert'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Notices') ?> | = $logs['notice'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Info') ?> | = $logs['info'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Debug') ?> | = $logs['debug'] ?? 0; ?> |
| = $this->l11n->getText('Monitoring', 'Total') ?> | = array_sum($logs); ?> |
| = $this->l11n->getText('Monitoring', 'Emergencies'] ?> | = $logs['emergency') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Criticals'] ?> | = $logs['critical') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Errors'] ?> | = $logs['error') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Warnings'] ?> | = $logs['warning') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Alerts'] ?> | = $logs['alert') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Notices'] ?> | = $logs['notice') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Info'] ?> | = $logs['info') ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Debug'] ?> | = $logs['debug') ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Emergencies') ?> | = $logs['emergency'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Criticals') ?> | = $logs['critical'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Errors') ?> | = $logs['error'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Warnings') ?> | = $logs['warning'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Alerts') ?> | = $logs['alert'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Notices') ?> | = $logs['notice'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Info') ?> | = $logs['info'] ?? 0; ?> + |
| = $this->l11n->getText('Monitoring', 'Debug') ?> | = $logs['debug'] ?? 0; ?> |
| = $this->l11n->getText('Monitoring', 'Total') ?> | = array_sum($logs); ?> |