mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Two more title tabs for our command forms
This commit is contained in:
parent
3a2b2339e8
commit
2dcc029e91
@ -566,6 +566,7 @@ class Monitoring_CommandController extends ActionController
|
||||
*/
|
||||
public function enablenotificationsAction()
|
||||
{
|
||||
$this->addTitleTab('Enable Notifications');
|
||||
$this->setSupportedParameters(array('host', 'service', 'global'));
|
||||
$form = new SingleArgumentCommandForm();
|
||||
$form->setRequest($this->getRequest());
|
||||
@ -608,6 +609,7 @@ class Monitoring_CommandController extends ActionController
|
||||
*/
|
||||
public function scheduledowntimeAction()
|
||||
{
|
||||
$this->addTitleTab('Schedule Downtime');
|
||||
$this->setSupportedParameters(array('host', 'service'));
|
||||
$form = new ScheduleDowntimeForm();
|
||||
$form->setRequest($this->getRequest());
|
||||
|
Loading…
x
Reference in New Issue
Block a user