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