mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaServiceSet: render comment next to Set
This commit is contained in:
parent
20395a483c
commit
01b85f5758
@ -154,7 +154,7 @@ class IcingaServiceSet extends IcingaObject
|
|||||||
'zones.d/' . $this->getRenderingZone($config) . '/servicesets'
|
'zones.d/' . $this->getRenderingZone($config) . '/servicesets'
|
||||||
);
|
);
|
||||||
|
|
||||||
$file->prepend($this->getConfigHeaderComment($config));
|
$file->addContent($this->getConfigHeaderComment($config));
|
||||||
return $file;
|
return $file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user