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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-12-15 23:18:28 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-12-15 23:18:28 +0300
commitb34de53a0e4df035af21b9e91f68ee05b4504b88 (patch)
tree487a3da67db0550d0b173ba6e801bb843cffcd49 /ui
parent578ea02992e29f0ec84f87d8fd9f003a4253df61 (diff)
..F....... [DEV-2027] fixed JS runtime error in the "Host" form
Diffstat (limited to 'ui')
-rw-r--r--ui/include/views/js/configuration.host.edit.js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/include/views/js/configuration.host.edit.js.php b/ui/include/views/js/configuration.host.edit.js.php
index 871e7b0ba7d..09a1f0c9fbc 100644
--- a/ui/include/views/js/configuration.host.edit.js.php
+++ b/ui/include/views/js/configuration.host.edit.js.php
@@ -179,7 +179,7 @@
};
this.allow_empty_message = true;
- this.$noInterfacesMsg = jQuery('<div>', {class: <?= ZBX_STYLE_GREY ?>})
+ this.$noInterfacesMsg = jQuery('<div>', {class: '<?= ZBX_STYLE_GREY ?>'})
.text('<?= _('No interfaces are defined.') ?>')
.addClass('<?= ZBX_STYLE_GREY ?>')
.css('padding', '5px 0px')