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:
Diffstat (limited to 'ui/app/controllers/CControllerProblemView.php')
-rw-r--r--ui/app/controllers/CControllerProblemView.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/controllers/CControllerProblemView.php b/ui/app/controllers/CControllerProblemView.php
index c53f8389712..06702db59f5 100644
--- a/ui/app/controllers/CControllerProblemView.php
+++ b/ui/app/controllers/CControllerProblemView.php
@@ -119,9 +119,6 @@ class CControllerProblemView extends CControllerProblem {
}
$filter = $filter_tabs[$profile->selected];
- $refresh_curl = (new CUrl('zabbix.php'));
- $filter['action'] = 'problem.view.refresh';
- array_map([$refresh_curl, 'setArgument'], array_keys($filter), $filter);
$data = [
'action' => $this->getAction(),
@@ -142,7 +139,6 @@ class CControllerProblemView extends CControllerProblem {
] + getTimeselectorActions($profile->from, $profile->to)
],
'filter_tabs' => $filter_tabs,
- 'refresh_url' => $refresh_curl->getUrl(),
'refresh_interval' => CWebUser::getRefresh() * 1000,
'inventories' => array_column(getHostInventories(), 'title', 'db_field'),
'sort' => $filter['sort'],