mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
monitoring: Fix "Show resource configuration" link
This commit is contained in:
parent
58cfb67983
commit
c1aff80f7b
@ -253,7 +253,7 @@ class BackendConfigForm extends ConfigForm
|
|||||||
array(
|
array(
|
||||||
'value' => sprintf(
|
'value' => sprintf(
|
||||||
'<a href="%s" data-base-target="_main">%s</a>',
|
'<a href="%s" data-base-target="_main">%s</a>',
|
||||||
$this->getView()->href('/icingaweb/config/editresource', array('resource' => $resourceName)),
|
$this->getView()->url('config/editresource', array('resource' => $resourceName)),
|
||||||
mt('monitoring', 'Show resource configuration')
|
mt('monitoring', 'Show resource configuration')
|
||||||
),
|
),
|
||||||
'escape' => false
|
'escape' => false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user