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:
authorVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2020-08-07 14:54:05 +0300
committerVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2020-08-07 14:54:05 +0300
commit782e50eb62c6139045c418d35777d059517a34b6 (patch)
tree0128c726cf5c5fe80466c63f9be94d2059c26e4c /ui/hosts.php
parent106664e854a09412a7f350987db7a4760732932a (diff)
parent0b5190a977dadd6ad9317547e69e4212b4b6203f (diff)
.......... [ZBXNEXT-82] updated to latest from master; no conflicts
Diffstat (limited to 'ui/hosts.php')
-rw-r--r--ui/hosts.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/hosts.php b/ui/hosts.php
index d1bed15beff..2cfa9372e2c 100644
--- a/ui/hosts.php
+++ b/ui/hosts.php
@@ -55,9 +55,7 @@ $fields = [
'status' => [T_ZBX_INT, O_OPT, null,
IN([HOST_STATUS_MONITORED, HOST_STATUS_NOT_MONITORED]), null
],
- 'interfaces' => [T_ZBX_STR, O_OPT, null, NOT_EMPTY,
- 'isset({add}) || isset({update})'
- ],
+ 'interfaces' => [T_ZBX_STR, O_OPT, null, null, null],
'mainInterfaces' => [T_ZBX_INT, O_OPT, null, DB_ID, null],
'tags' => [T_ZBX_STR, O_OPT, null, null, null],
'mass_update_tags' => [T_ZBX_INT, O_OPT, null,