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:
authorGregory Chalenko <gregory.chalenko@zabbix.com>2020-09-25 10:37:48 +0300
committerGregory Chalenko <gregory.chalenko@zabbix.com>2020-09-25 10:37:48 +0300
commit9b2bbd75fbd73391173c0aa531d09d61b95152f1 (patch)
treef0373ef1cf4cad58a17c16c1a15995d78a8fb662 /ui/app/views/monitoring.widget.problemsbysv.view.php
parent8c8c14adc48ac2c629e1ae489cfe418d0fb1c2aa (diff)
..F....... [ZBXNEXT-710] added filter_name argument to select home filter
Diffstat (limited to 'ui/app/views/monitoring.widget.problemsbysv.view.php')
-rw-r--r--ui/app/views/monitoring.widget.problemsbysv.view.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/views/monitoring.widget.problemsbysv.view.php b/ui/app/views/monitoring.widget.problemsbysv.view.php
index f45102bd398..74ace70b452 100644
--- a/ui/app/views/monitoring.widget.problemsbysv.view.php
+++ b/ui/app/views/monitoring.widget.problemsbysv.view.php
@@ -51,6 +51,7 @@ else {
$groupurl = (new CUrl('zabbix.php'))
->setArgument('action', 'problem.view')
+ ->setArgument('filter_name', '')
->setArgument('show', TRIGGERS_OPTION_RECENT_PROBLEM)
->setArgument('hostids',
array_key_exists('hostids', $data['filter']) ? $data['filter']['hostids'] : null