mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
Language fixes+api routes implemented
This commit is contained in:
parent
9f61ccf2bf
commit
bc069067ca
|
|
@ -40,14 +40,14 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="inner">
|
||||
<table class="list wf-100">
|
||||
<tbody>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Emergencies'] ?><td><?= $logs['emergency') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Criticals'] ?><td><?= $logs['critical') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Errors'] ?><td><?= $logs['error') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Warnings'] ?><td><?= $logs['warning') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Alerts'] ?><td><?= $logs['alert') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Notices'] ?><td><?= $logs['notice') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Info'] ?><td><?= $logs['info') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Debug'] ?><td><?= $logs['debug') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Emergencies') ?><td><?= $logs['emergency'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Criticals') ?><td><?= $logs['critical'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Errors') ?><td><?= $logs['error'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Warnings') ?><td><?= $logs['warning'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Alerts') ?><td><?= $logs['alert'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Notices') ?><td><?= $logs['notice'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Info') ?><td><?= $logs['info'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Debug') ?><td><?= $logs['debug'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Total') ?><td><?= array_sum($logs); ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -40,14 +40,14 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="inner">
|
||||
<table class="list wf-100">
|
||||
<tbody>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Emergencies'] ?><td><?= $logs['emergency') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Criticals'] ?><td><?= $logs['critical') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Errors'] ?><td><?= $logs['error') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Warnings'] ?><td><?= $logs['warning') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Alerts'] ?><td><?= $logs['alert') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Notices'] ?><td><?= $logs['notice') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Info'] ?><td><?= $logs['info') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Debug'] ?><td><?= $logs['debug') ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Emergencies') ?><td><?= $logs['emergency'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Criticals') ?><td><?= $logs['critical'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Errors') ?><td><?= $logs['error'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Warnings') ?><td><?= $logs['warning'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Alerts') ?><td><?= $logs['alert'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Notices') ?><td><?= $logs['notice'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Info') ?><td><?= $logs['info'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Debug') ?><td><?= $logs['debug'] ?? 0; ?>
|
||||
<tr><td><?= $this->l11n->getText('Monitoring', 'Total') ?><td><?= array_sum($logs); ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user