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:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 15:55:02 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 15:55:02 +0300
commit34d2d2da65ad32119913a78f3c79733a06f4900b (patch)
tree10c9253a453ef2c8681135415216cfc84f888ca7 /ui/app/views/monitoring.widget.problemsbysv.view.php
parent8a46a582571da4ad97cf52d50b36f8d8d17b9c80 (diff)
..F....... [ZBXNEXT-6309] refactoring
Diffstat (limited to 'ui/app/views/monitoring.widget.problemsbysv.view.php')
-rw-r--r--ui/app/views/monitoring.widget.problemsbysv.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/views/monitoring.widget.problemsbysv.view.php b/ui/app/views/monitoring.widget.problemsbysv.view.php
index d23d63eef13..85f9ab4f512 100644
--- a/ui/app/views/monitoring.widget.problemsbysv.view.php
+++ b/ui/app/views/monitoring.widget.problemsbysv.view.php
@@ -68,7 +68,7 @@ else {
}
$output = [
- 'header' => $data['name'],
+ 'name' => $data['name'],
'body' => $table->toString()
];