mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-03 11:18:39 +00:00
add lang + minor display fix
This commit is contained in:
parent
3b71f10926
commit
82e64d2e69
|
|
@ -18,6 +18,7 @@ return ['Monitoring' => [
|
||||||
'Backtrace' => 'Backtrace',
|
'Backtrace' => 'Backtrace',
|
||||||
'CPUUsage' => 'CPU Usage',
|
'CPUUsage' => 'CPU Usage',
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
|
'Daily' => 'Daily',
|
||||||
'CreatedBy' => 'Created By',
|
'CreatedBy' => 'Created By',
|
||||||
'Criticals' => 'Criticals',
|
'Criticals' => 'Criticals',
|
||||||
'Debug' => 'Debug',
|
'Debug' => 'Debug',
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,11 @@ echo $this->data['nav']->render(); ?>
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
"plugins": {
|
||||||
|
"legend": {
|
||||||
|
"display": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"display": false,
|
"display": false,
|
||||||
"text": "<?= $this->getHtml('Daily'); ?>"
|
"text": "<?= $this->getHtml('Daily'); ?>"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user