mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 08:38: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',
|
||||
'CPUUsage' => 'CPU Usage',
|
||||
'Created' => 'Created',
|
||||
'Daily' => 'Daily',
|
||||
'CreatedBy' => 'Created By',
|
||||
'Criticals' => 'Criticals',
|
||||
'Debug' => 'Debug',
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ echo $this->data['nav']->render(); ?>
|
|||
]
|
||||
},
|
||||
"options": {
|
||||
"plugins": {
|
||||
"legend": {
|
||||
"display": false
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"display": false,
|
||||
"text": "<?= $this->getHtml('Daily'); ?>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user