IcingaServiceForm: allow to delete Services...

...created in an automated way while still allowing one to override
vars.
This commit is contained in:
Thomas Gelf 2016-10-11 14:33:44 +00:00
parent 189551f5bf
commit 960fb4a3d0
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ class IcingaServiceForm extends DirectorObjectForm
);
$this->addHtmlHint($msg);
$this->setSubmitLabel(
$this->setButtons()->setSubmitLabel(
$this->translate('Override vars')
);
}