parent
60b9f0cb02
commit
748a3c62fd
|
@ -18,7 +18,7 @@ class WelcomePage extends Form
|
||||||
'note',
|
'note',
|
||||||
'welcome',
|
'welcome',
|
||||||
array(
|
array(
|
||||||
'value' => $this->translate('Welcome to the configuration of the monitoring module for Icinga Web 2!'),
|
'value' => $this->translate('Welcome to the configuration of the monitoring module for Icinga Web 2!'),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper',
|
'ViewHelper',
|
||||||
array('HtmlTag', array('tag' => 'h2'))
|
array('HtmlTag', array('tag' => 'h2'))
|
||||||
|
@ -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')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -38,10 +39,11 @@ class WelcomePage extends Form
|
||||||
'note',
|
'note',
|
||||||
'description',
|
'description',
|
||||||
array(
|
array(
|
||||||
'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')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue