Dashlet: we are not escaped

This commit is contained in:
Thomas Gelf 2017-06-14 15:56:53 +02:00
parent ac1574c94a
commit 04bbe90adf
10 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ class ActivityLogDashlet extends Dashlet
return $this->translate('Activity Log'); return $this->translate('Activity Log');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Wondering about what changed why? Track your changes!' 'Wondering about what changed why? Track your changes!'

View File

@ -11,7 +11,7 @@ class DatafieldDashlet extends Dashlet
return $this->translate('Define data fields'); return $this->translate('Define data fields');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Data fields make sure that configuration fits your rules' 'Data fields make sure that configuration fits your rules'

View File

@ -11,7 +11,7 @@ class DatalistDashlet extends Dashlet
return $this->translate('Provide data lists'); return $this->translate('Provide data lists');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Provide data lists to make life easier for your users' 'Provide data lists to make life easier for your users'

View File

@ -11,7 +11,7 @@ class InfrastructureDashlet extends Dashlet
return $this->translate('Icinga Infrastructure'); return $this->translate('Icinga Infrastructure');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Manage your Icinga 2 infrastructure: Masters, Zones, Satellites and more' 'Manage your Icinga 2 infrastructure: Masters, Zones, Satellites and more'

View File

@ -11,7 +11,7 @@ class KickstartDashlet extends Dashlet
return $this->translate('Kickstart Wizard'); return $this->translate('Kickstart Wizard');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'This synchronizes Icinga Director to your Icinga 2 infrastructure.' 'This synchronizes Icinga Director to your Icinga 2 infrastructure.'

View File

@ -11,7 +11,7 @@ class ServiceApplyRulesDashlet extends Dashlet
return $this->translate('Service Apply Rules'); return $this->translate('Service Apply Rules');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Using Apply Rules a Service can be applied to multiple hosts at once,' 'Using Apply Rules a Service can be applied to multiple hosts at once,'

View File

@ -11,7 +11,7 @@ class ServiceGroupsDashlet extends Dashlet
return $this->translate('Service Groups'); return $this->translate('Service Groups');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Defining Service Groups get more structure. Great for Dashboards.' 'Defining Service Groups get more structure. Great for Dashboards.'

View File

@ -11,7 +11,7 @@ class ServiceSetsDashlet extends Dashlet
return $this->translate('Service Sets'); return $this->translate('Service Sets');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Grouping your Services into Sets allow you to quickly assign services' 'Grouping your Services into Sets allow you to quickly assign services'

View File

@ -11,7 +11,7 @@ class ServiceTemplatesDashlet extends Dashlet
return $this->translate('Service Templates'); return $this->translate('Service Templates');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Manage your Service Templates. Use Fields to make it easy for' 'Manage your Service Templates. Use Fields to make it easy for'

View File

@ -11,7 +11,7 @@ class SingleServicesDashlet extends Dashlet
return $this->translate('Single Services'); return $this->translate('Single Services');
} }
public function getEscapedSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Here you can find all single services directly attached to single' 'Here you can find all single services directly attached to single'