mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
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()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
|
$this->view->tabs->activate('backends');
|
||||||
$this->view->messageBox = new AlertMessageBox(true);
|
$this->view->messageBox = new AlertMessageBox(true);
|
||||||
foreach (array('backends', 'instances') as $element) {
|
foreach (array('backends', 'instances') as $element) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user