mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 10:57:41 +02:00
CheckCommandsDashlet: text for all command types
This commit is contained in:
parent
5d780218bb
commit
5e9effc697
@ -9,14 +9,14 @@ class CheckCommandsDashlet extends Dashlet
|
|||||||
public function getSummary()
|
public function getSummary()
|
||||||
{
|
{
|
||||||
return $this->translate(
|
return $this->translate(
|
||||||
'Check Commands are executed every time a Host or Service check has'
|
'Manage definitions for your Commands that should be executed as'
|
||||||
. ' to be run'
|
. ' Check Plugins, Notifications or based on Events'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitle()
|
public function getTitle()
|
||||||
{
|
{
|
||||||
return $this->translate('Check Commands');
|
return $this->translate('Commands');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function listRequiredPermissions()
|
public function listRequiredPermissions()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user