mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-24 23:56:56 -04:00
monitoring: Give the "Stats" dashboard pane a priority of 99, instead of 100
refs #5600
This commit is contained in:
parent
4385d74e16
commit
0e60b81729
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ $dashboard->add(
|
|||
/*
|
||||
* Stats
|
||||
*/
|
||||
$dashboard = $this->dashboard(N_('Stats'), array('priority' => 100));
|
||||
$dashboard = $this->dashboard(N_('Stats'), array('priority' => 99));
|
||||
$dashboard->add(
|
||||
N_('Check Stats'),
|
||||
'monitoring/health/stats'
|
||||
|
|
|
|||
Loading…
Reference in a new issue