monitoring: Give the "Stats" dashboard pane a priority of 99, instead of 100

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-16 16:29:30 +02:00
parent 4385d74e16
commit 0e60b81729
1 changed files with 1 additions and 1 deletions

View File

@ -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'