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:
authorIvo Kurzemnieks <ivo.kurzemnieks@zabbix.com>2020-07-15 10:50:28 +0300
committerIvo Kurzemnieks <ivo.kurzemnieks@zabbix.com>2020-07-15 10:52:40 +0300
commit0edfdb42ee501325e5968161934a7e2e8e1c504f (patch)
treeaff30a8001bb04842916e079b4fb2b91dac0915e /ui/app/views/monitoring.problem.view.php
parentf2d189917751ce51d9d438cf807fda0f27eba8ca (diff)
..F....... [DEV-1595] fixed misplaced and missing HTML tags
* commit 'e789c96f243f4428c4c24849b8f6a0f857376189': ..F....... [DEV-1595] fixed misplaced and missing HTML tags
Diffstat (limited to 'ui/app/views/monitoring.problem.view.php')
-rw-r--r--ui/app/views/monitoring.problem.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/views/monitoring.problem.view.php b/ui/app/views/monitoring.problem.view.php
index 47fce7f7a62..86d0d5631f6 100644
--- a/ui/app/views/monitoring.problem.view.php
+++ b/ui/app/views/monitoring.problem.view.php
@@ -282,7 +282,7 @@ if ($data['action'] === 'problem.view') {
->setModern(true)
)
->addItem((new CDiv())->addClass(ZBX_STYLE_FORM_INPUT_MARGIN))
- ->addItem(_('Tag name'))
+ ->addItem(new CLabel(_('Tag name')))
->addItem((new CRadioButtonList('filter_tag_name_format', (int) $data['filter']['tag_name_format']))
->addValue(_('Full'), PROBLEMS_TAG_NAME_FULL)
->addValue(_('Shortened'), PROBLEMS_TAG_NAME_SHORTENED)