mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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')
|
||||
);
|
||||
|
||||
$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->translate('Override vars')
|
||||
);
|
||||
|
@ -587,7 +587,7 @@ fieldset {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
dd, dt, ul {
|
||||
dd, dt, ul, div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user