IcingaUserGroupForm: allow to delete groups

This commit is contained in:
Thomas Gelf 2015-12-10 12:53:51 +01:00
parent 91b486cc66
commit 1ff57f8b07
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ class IcingaUserGroupForm extends DirectorObjectForm
'label' => $this->translate('Display Name'),
'description' => $this->translate('The name which should displayed.')
));
$this->setButtons();
}
}