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
path: root/ui
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2022-03-07 15:48:59 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2022-03-07 15:51:56 +0300
commit2fa0bf9b1957e8d6e1307152e2501204b43ae542 (patch)
treede2b930708595c1393b2374e8b9ef82402064a6e /ui
parentc0dc6f8a4b882062dc9090b28f9e2b071e24a1ef (diff)
..F....... [ZBX-19223] fixed disabled hosts not listed in latest data view
Merge in ZBX/zabbix from feature/ZBX-19223-5.0 to release/5.0 * commit 'aed9e2a8a2978db8852b4a0a59691acb97754f9b': ..F....... [ZBX-19223] fixed disabled hosts not listed in latest data view (cherry picked from commit c7fee2f044b121e4847d08dab4fe70c0d6e074cc)
Diffstat (limited to 'ui')
-rw-r--r--ui/app/controllers/CControllerLatest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/controllers/CControllerLatest.php b/ui/app/controllers/CControllerLatest.php
index b94510c284e..40c64e6eaae 100644
--- a/ui/app/controllers/CControllerLatest.php
+++ b/ui/app/controllers/CControllerLatest.php
@@ -79,7 +79,6 @@ abstract class CControllerLatest extends CController {
'output' => ['hostid', 'name', 'status', 'maintenanceid', 'maintenance_status', 'maintenance_type'],
'groupids' => $groupids,
'hostids' => $filter['hostids'] ? $filter['hostids'] : null,
- 'monitored_hosts' => true,
'preservekeys' => true
]);