monitoring: Fix "Show resource configuration" link

This commit is contained in:
Eric Lippmann 2014-12-30 09:39:11 +01:00
parent 58cfb67983
commit c1aff80f7b
1 changed files with 1 additions and 1 deletions

View File

@ -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