Dashlet: we are not escaped
This commit is contained in:
parent
ac1574c94a
commit
04bbe90adf
|
@ -11,7 +11,7 @@ class ActivityLogDashlet extends Dashlet
|
|||
return $this->translate('Activity Log');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Wondering about what changed why? Track your changes!'
|
||||
|
|
|
@ -11,7 +11,7 @@ class DatafieldDashlet extends Dashlet
|
|||
return $this->translate('Define data fields');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Data fields make sure that configuration fits your rules'
|
||||
|
|
|
@ -11,7 +11,7 @@ class DatalistDashlet extends Dashlet
|
|||
return $this->translate('Provide data lists');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Provide data lists to make life easier for your users'
|
||||
|
|
|
@ -11,7 +11,7 @@ class InfrastructureDashlet extends Dashlet
|
|||
return $this->translate('Icinga Infrastructure');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Manage your Icinga 2 infrastructure: Masters, Zones, Satellites and more'
|
||||
|
|
|
@ -11,7 +11,7 @@ class KickstartDashlet extends Dashlet
|
|||
return $this->translate('Kickstart Wizard');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'This synchronizes Icinga Director to your Icinga 2 infrastructure.'
|
||||
|
|
|
@ -11,7 +11,7 @@ class ServiceApplyRulesDashlet extends Dashlet
|
|||
return $this->translate('Service Apply Rules');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Using Apply Rules a Service can be applied to multiple hosts at once,'
|
||||
|
|
|
@ -11,7 +11,7 @@ class ServiceGroupsDashlet extends Dashlet
|
|||
return $this->translate('Service Groups');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Defining Service Groups get more structure. Great for Dashboards.'
|
||||
|
|
|
@ -11,7 +11,7 @@ class ServiceSetsDashlet extends Dashlet
|
|||
return $this->translate('Service Sets');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Grouping your Services into Sets allow you to quickly assign services'
|
||||
|
|
|
@ -11,7 +11,7 @@ class ServiceTemplatesDashlet extends Dashlet
|
|||
return $this->translate('Service Templates');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Manage your Service Templates. Use Fields to make it easy for'
|
||||
|
|
|
@ -11,7 +11,7 @@ class SingleServicesDashlet extends Dashlet
|
|||
return $this->translate('Single Services');
|
||||
}
|
||||
|
||||
public function getEscapedSummary()
|
||||
public function getSummary()
|
||||
{
|
||||
return $this->translate(
|
||||
'Here you can find all single services directly attached to single'
|
||||
|
|
Loading…
Reference in New Issue