From 66f68f49907887d4b2fdfeebfaeec284c9b039fe Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 20 Jun 2014 23:22:07 +0200 Subject: [PATCH] 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 --- modules/monitoring/application/controllers/ConfigController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/controllers/ConfigController.php b/modules/monitoring/application/controllers/ConfigController.php index 5bd6b3b3c..668dbe456 100644 --- a/modules/monitoring/application/controllers/ConfigController.php +++ b/modules/monitoring/application/controllers/ConfigController.php @@ -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 {