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:
parent
8d6e6421ea
commit
66f68f4990
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue