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/include/views/configuration.host.edit.php')
-rw-r--r--ui/include/views/configuration.host.edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/include/views/configuration.host.edit.php b/ui/include/views/configuration.host.edit.php
index 3e77b801c2d..c71797ea7e4 100644
--- a/ui/include/views/configuration.host.edit.php
+++ b/ui/include/views/configuration.host.edit.php
@@ -354,7 +354,7 @@ $divTabs->addTab('ipmiTab', _('IPMI'),
$divTabs->addTab('tags-tab', _('Tags'), new CPartial('configuration.tags.tab', [
'source' => 'host',
'tags' => $data['tags'],
- 'readonly' => false
+ 'readonly' => $data['readonly']
]), TAB_INDICATOR_TAGS
);