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…
Reference in New Issue