monitoring: Fix button links in the config overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:50:10 +01:00
parent f54441a0b4
commit eb8cc21cae

View File

@ -10,7 +10,7 @@
'monitoring/config/createbackend', 'monitoring/config/createbackend',
null, null,
array( array(
'class' => 'button action-link', 'class' => 'button-link',
'icon' => 'plus', 'icon' => 'plus',
'title' => $this->translate('Create a new monitoring backend') 'title' => $this->translate('Create a new monitoring backend')
) )
@ -65,7 +65,7 @@
'monitoring/config/createtransport', 'monitoring/config/createtransport',
null, null,
array( array(
'class' => 'button action-link', 'class' => 'button-link',
'icon' => 'plus', 'icon' => 'plus',
'title' => $this->translate('Create a new command transport') 'title' => $this->translate('Create a new command transport')
) )