mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
f35ded85fb
commit
b70b19ad32
@ -75,7 +75,7 @@ class KickstartForm extends DirectorForm
|
|||||||
$hint = Html::sprintf(
|
$hint = Html::sprintf(
|
||||||
$this->translate('Your database looks good, you are ready to %s'),
|
$this->translate('Your database looks good, you are ready to %s'),
|
||||||
Link::create(
|
Link::create(
|
||||||
'start working with the Icinga Director',
|
$this->translate('start working with the Icinga Director'),
|
||||||
'director',
|
'director',
|
||||||
null,
|
null,
|
||||||
['data-base-target' => '_main']
|
['data-base-target' => '_main']
|
||||||
|
@ -10,7 +10,7 @@ class CommandTemplatesDashlet extends CheckCommandsDashlet
|
|||||||
{
|
{
|
||||||
return $this->translate(
|
return $this->translate(
|
||||||
'External Notification Commands have been defined in your local Icinga 2'
|
'External Notification Commands have been defined in your local Icinga 2'
|
||||||
. ' Configuration. '
|
. ' Configuration.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ class ExternalNotificationCommandsDashlet extends CheckCommandsDashlet
|
|||||||
{
|
{
|
||||||
return $this->translate(
|
return $this->translate(
|
||||||
'External Notification Commands have been defined in your local Icinga 2'
|
'External Notification Commands have been defined in your local Icinga 2'
|
||||||
. ' Configuration. '
|
. ' Configuration.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,9 +16,8 @@ class NotificationApplyDashlet extends Dashlet
|
|||||||
public function getSummary()
|
public function getSummary()
|
||||||
{
|
{
|
||||||
return $this->translate(
|
return $this->translate(
|
||||||
'Apply notifications with specific properties according to given'
|
'Apply notifications with specific properties according to given rules.'
|
||||||
. ' rules.' . ' ' . $this->getApplySummaryText('notification')
|
) . ' ' . $this->getApplySummaryText('notification');
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldBeShown()
|
public function shouldBeShown()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user