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:
authorReinis Detlavs <reinis.detlavs@zabbix.com>2022-02-23 11:39:04 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2022-03-08 10:31:29 +0300
commitc4d8d6a80df9dc955c7e64f23da7cf386b8af026 (patch)
treeac13e5099667893a5cbcdfa806fc0ce39744a0c6 /ui/app/views/slareport.list.php
parent04d51f70511ddf4bcc52d42bd2d57f2228dafae6 (diff)
..F....... [ZBXNEXT-7420] added links to documentation from all UI forms
Diffstat (limited to 'ui/app/views/slareport.list.php')
-rw-r--r--ui/app/views/slareport.list.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/views/slareport.list.php b/ui/app/views/slareport.list.php
index 42dd9385a82..fdb81f88a2a 100644
--- a/ui/app/views/slareport.list.php
+++ b/ui/app/views/slareport.list.php
@@ -90,6 +90,7 @@ $filter = (new CFilter())
$widget = (new CWidget())
->setTitle(_('SLA report'))
+ ->setDocUrl(CDocHelper::getUrl(CDocHelper::SLAREPORT_LIST))
->addItem($filter);
$report = new CTableInfo();