IcingaCommandArgumentForm: provide delete button

This commit is contained in:
Thomas Gelf 2015-11-17 18:25:13 +01:00
parent a185177e14
commit 1fe59db0f2

View File

@ -58,6 +58,8 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
// 'expression' => $this->translate('Icinga DSL') // 'expression' => $this->translate('Icinga DSL')
) )
)); ));
$this->setButtons();
} }
protected function beforeValidation($data = array()) protected function beforeValidation($data = array())