Show custom variables visually separated in the host and service detail views
resolves #8966
This commit is contained in:
parent
e4a9843021
commit
a976d777b3
|
@ -1,3 +1,8 @@
|
||||||
|
<tr class="newsection">
|
||||||
|
<td colspan="2">
|
||||||
|
<h4 class="customvar"><?= $this->translate('Custom variables') ?></h4>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
foreach ($object->customvars as $name => $value) {
|
foreach ($object->customvars as $name => $value) {
|
||||||
|
|
|
@ -173,7 +173,8 @@ form.instance-features span.description, form.object-features span.description {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp form.object-features div.header h4 {
|
table.avp form.object-features div.header h4,
|
||||||
|
table.avp h4.customvar {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue