monitoring/object/show: default links for groups

This commit is contained in:
Thomas Gelf 2015-06-18 17:20:22 +02:00
parent fb921a9518
commit e78a80f184
2 changed files with 2 additions and 4 deletions

View File

@ -12,9 +12,8 @@ foreach ($object->hostgroups as $name => $alias) {
);
}
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->icon('host'),
implode(', ', $list)
);

View File

@ -13,9 +13,8 @@ foreach ($object->servicegroups as $name => $alias) {
}
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->icon('services'),
implode(', ', $list)
);