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-07-31 14:11:10 +0300
committerGregory Chalenko <gregory.chalenko@zabbix.com>2020-07-31 14:11:10 +0300
commit086820b6dabd008a1bf665440ef307035a4e4e77 (patch)
treeccaecce0b51040a517d0e678a9bfffc60d7342fa /ui/app/controllers/CControllerHost.php
parentb4714e81e80924281de78185facb817601724d6f (diff)
..F....... [ZBXNEXT-710] added timeselector support
Diffstat (limited to 'ui/app/controllers/CControllerHost.php')
-rw-r--r--ui/app/controllers/CControllerHost.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/controllers/CControllerHost.php b/ui/app/controllers/CControllerHost.php
index 78ee6668272..cfec8b61cfd 100644
--- a/ui/app/controllers/CControllerHost.php
+++ b/ui/app/controllers/CControllerHost.php
@@ -41,8 +41,6 @@ abstract class CControllerHost extends CController {
'severities' => [],
'show_suppressed' => ZBX_PROBLEM_SUPPRESSED_FALSE,
'maintenance_status' => HOST_MAINTENANCE_STATUS_ON,
- 'from' => 'now-1d',
- 'to' => 'now',
'page' => null,
'sort' => 'name',
'sortorder' => ZBX_SORT_UP