IcingaHost/ServiceForm: temporarily disable groups

This commit is contained in:
Thomas Gelf 2015-07-31 17:36:00 +02:00
parent 1c305eaa79
commit 26cc2e4eac
2 changed files with 5 additions and 0 deletions

View File

@ -27,10 +27,12 @@ class IcingaHostForm extends DirectorObjectForm
$this->addImportsElement();
/*
$this->addElement('text', 'groups', array(
'label' => $this->translate('Hostgroups'),
'description' => $this->translate('One or more comma separated hostgroup names')
));
*/
if ($this->isTemplate()) {
$this->addElement('text', 'address', array(

View File

@ -14,10 +14,13 @@ class IcingaServiceForm extends DirectorObjectForm
'description' => $this->translate('Name for the Icinga object you are going to create')
));
/*
$this->addElement('text', 'groups', array(
'label' => $this->translate('Servicegroups'),
'description' => $this->translate('One or more comma separated servicegroup names')
));
*/
$this->addImportsElement();
if ($this->isTemplate()) {