mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
b4e0fe999f
commit
8481daa91f
@ -253,14 +253,6 @@ class DashboardController extends ActionController
|
|||||||
$this->dashboard->getConfig()->saveIni();
|
$this->dashboard->getConfig()->saveIni();
|
||||||
$this->redirectNow(URL::fromRequest()->remove('remove'));
|
$this->redirectNow(URL::fromRequest()->remove('remove'));
|
||||||
}
|
}
|
||||||
$this->view->tabs->add(
|
|
||||||
'Add',
|
|
||||||
array(
|
|
||||||
'label' => '+',
|
|
||||||
'title' => 'Add a dashlet to an existing or new dashboard',
|
|
||||||
'url' => Url::fromPath('dashboard/new-dashlet')
|
|
||||||
)
|
|
||||||
);
|
|
||||||
$this->view->dashboard = $this->dashboard;
|
$this->view->dashboard = $this->dashboard;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user