monitoring: Fix layout of the wizard's welcome page

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 14:13:24 +02:00
parent 60b9f0cb02
commit 748a3c62fd
1 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,8 @@ class WelcomePage extends Form
'note', 'note',
'core_hint', 'core_hint',
array( array(
'value' => $this->translate('This is the core module for Icinga Web 2.') 'value' => $this->translate('This is the core module for Icinga Web 2.'),
'decorators' => array('ViewHelper')
) )
); );
@ -41,7 +42,8 @@ class WelcomePage extends Form
'value' => $this->translate( 'value' => $this->translate(
'It offers various status and reporting views with powerful filter capabilities that allow' 'It offers various status and reporting views with powerful filter capabilities that allow'
. ' you to keep track of the most important events in your monitoring environment.' . ' you to keep track of the most important events in your monitoring environment.'
) ),
'decorators' => array('ViewHelper')
) )
); );