mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
d7364e45e8
commit
d8f55a47b3
@ -268,6 +268,9 @@ class IcingaHostForm extends DirectorObjectForm
|
||||
{
|
||||
$links = [];
|
||||
foreach ($groups as $name) {
|
||||
if (! empty($links)) {
|
||||
$links[] = ', ';
|
||||
}
|
||||
$links[] = Link::create(
|
||||
$name,
|
||||
'director/hostgroup',
|
||||
@ -278,7 +281,7 @@ class IcingaHostForm extends DirectorObjectForm
|
||||
|
||||
return Html::tag('span', [
|
||||
'style' => 'line-height: 2.5em; padding-left: 0.5em'
|
||||
], $links)->setSeparator(', ');
|
||||
], $links);
|
||||
}
|
||||
|
||||
protected function getAppliedGroups()
|
||||
|
@ -13,6 +13,7 @@ next (will be 1.8.0)
|
||||
|
||||
### User Interface
|
||||
* FIX: It's now possible to set Endpoint ports > 32767 on PostgreSQL (#928)
|
||||
* FIX: Group list is no longer prefixed with a comma (#2133)
|
||||
* FEATURE: Data Fields can now be grouped into categories (#1969)
|
||||
* FEATURE: Inspect is now available for Packages, Stages and Files (#1995)
|
||||
* FEATURE: Allow to disable the Director frontend / UI (#2007)
|
||||
|
Loading…
x
Reference in New Issue
Block a user