monitoring: Give the "Stats" dashboard pane a priority of 99, instead of 100
refs #5600
This commit is contained in:
parent
4385d74e16
commit
0e60b81729
|
@ -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 New Issue