Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
#564 Fix filter labels for service by servicegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Sep 17, 2015
1 parent f4f2915 commit f168cf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
$tpl->assign("mon_ip", _("IP"));
$tpl->assign("mon_last_check", _("Last Check"));
$tpl->assign("mon_duration", _("Duration"));
$tpl->assign('search', _('Search'));
$tpl->assign('search', _('Host'));
$tpl->assign('sgStr', _('Servicegroup'));
$tpl->assign('pollerStr', _('Poller'));
$tpl->assign('poller_listing', $oreon->user->access->checkAction('poller_listing'));
$tpl->assign("mon_status_information", _("Status information"));
Expand Down Expand Up @@ -165,4 +166,4 @@ function setO(_i) {

$tpl->assign('form', $renderer->toArray());
$tpl->display("serviceGrid.ihtml");
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
$tpl->assign("mon_ip", _("IP"));
$tpl->assign("mon_last_check", _("Last Check"));
$tpl->assign("mon_duration", _("Duration"));
$tpl->assign('search', _('Search'));
$tpl->assign('search', _('Host'));
$tpl->assign('sgStr', _('Servicegroup'));
$tpl->assign('pollerStr', _('Poller'));
$tpl->assign('poller_listing', $oreon->user->access->checkAction('poller_listing'));
$tpl->assign("mon_status_information", _("Status information"));
Expand Down Expand Up @@ -171,4 +172,4 @@ function setO(_i) {

$tpl->assign('form', $renderer->toArray());
$tpl->display("serviceGrid.ihtml");
?>
?>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<tr>
<td>{$search}</td>
<td><input size="15" id="host_search" class="search_input" style="padding-top:1px;padding-bottom:1px;" name="host_search" type="text" /></td>
<td>{$sgStr}</td>
<td>{$sgSearchSelect}</td>
{if $poller_listing}
<td>{$pollerStr}:</td>
Expand Down Expand Up @@ -51,4 +52,4 @@
monitoring_refresh();
});
{/literal}
</script>
</script>

0 comments on commit f168cf3

Please sign in to comment.