monitoring/config: tab doesn't get focus

Fixes this. Tab handling is rather strange right now and module tabs
will not scale. We need a better solution for the future.

fixes #6320
This commit is contained in:
Thomas Gelf 2014-06-20 23:22:07 +02:00
parent 8d6e6421ea
commit 66f68f4990
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ class Monitoring_ConfigController extends BaseConfigController {
*/
public function indexAction()
{
$this->view->tabs->activate('backends');
$this->view->messageBox = new AlertMessageBox(true);
foreach (array('backends', 'instances') as $element) {
try {