monitoring/object/show: default links for groups
This commit is contained in:
parent
fb921a9518
commit
e78a80f184
|
@ -12,9 +12,8 @@ foreach ($object->hostgroups as $name => $alias) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
printf(
|
printf(
|
||||||
"<tr><th>%s</th><td>%s %s</td></tr>\n",
|
"<tr><th>%s</th><td class=\"go-ahead\">%s</td></tr>\n",
|
||||||
$this->translate('Hostgroups'),
|
$this->translate('Hostgroups'),
|
||||||
$this->icon('host'),
|
|
||||||
implode(', ', $list)
|
implode(', ', $list)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -13,9 +13,8 @@ foreach ($object->servicegroups as $name => $alias) {
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
"<tr><th>%s</th><td>%s %s</td></tr>\n",
|
"<tr><th>%s</th><td class=\"go-ahead\">%s</td></tr>\n",
|
||||||
$this->translate('Servicegroups'),
|
$this->translate('Servicegroups'),
|
||||||
$this->icon('services'),
|
|
||||||
implode(', ', $list)
|
implode(', ', $list)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue