mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaServiceForm: move hint to custom vars group
This commit is contained in:
parent
76936c7efb
commit
32790dbedc
@ -136,7 +136,18 @@ class IcingaServiceForm extends DirectorObjectForm
|
|||||||
array('data-base-target' => '_next')
|
array('data-base-target' => '_next')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addHtmlHint(sprintf($msg, $link));
|
$this->addHtmlHint(
|
||||||
|
sprintf($msg, $link),
|
||||||
|
array('name' => 'inheritance_hint')
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->addElementsToGroup(
|
||||||
|
array('inheritance_hint'),
|
||||||
|
'custom_fields',
|
||||||
|
50,
|
||||||
|
$this->translate('Custom properties')
|
||||||
|
);
|
||||||
|
|
||||||
$this->setSubmitLabel(
|
$this->setSubmitLabel(
|
||||||
$this->translate('Override vars')
|
$this->translate('Override vars')
|
||||||
);
|
);
|
||||||
|
@ -587,7 +587,7 @@ fieldset {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd, dt, ul {
|
dd, dt, ul, div {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user