Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Kurzemnieks <ivo.kurzemnieks@zabbix.com>2020-12-10 17:29:51 +0300
committerIvo Kurzemnieks <ivo.kurzemnieks@zabbix.com>2020-12-10 17:31:13 +0300
commit34ab3a56f3172ee95f8e72aa5c15280b1ba9e04e (patch)
tree177e50f26c4fde8ce0f2af24608bca326ac4f3b7 /ui/app/controllers/CControllerHost.php
parent8cd671c8cf4f704922cf421025db1e0d7e57512c (diff)
..F....... [ZBXNEXT-6376] replaced tag filter radio buttons with z-selects, added new options tag filters, fixed z-select in filter, added onchange scripts and added miscellaneous typo fixes
Diffstat (limited to 'ui/app/controllers/CControllerHost.php')
-rw-r--r--ui/app/controllers/CControllerHost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerHost.php b/ui/app/controllers/CControllerHost.php
index a3b1658a578..3eeb7cf8c86 100644
--- a/ui/app/controllers/CControllerHost.php
+++ b/ui/app/controllers/CControllerHost.php
@@ -280,7 +280,7 @@ abstract class CControllerHost extends CController {
$data = [];
if ($filter['groupids']) {
- $groups= API::HostGroup()->get([
+ $groups = API::HostGroup()->get([
'output' => ['groupid', 'name'],
'groupids' => $filter['groupids']
]);