mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaHost/ServiceForm: temporarily disable groups
This commit is contained in:
parent
1c305eaa79
commit
26cc2e4eac
@ -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(
|
||||
|
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user