mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +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()
|
||||
{
|
||||
return $this->translate(
|
||||
'Check Commands are executed every time a Host or Service check has'
|
||||
. ' to be run'
|
||||
'Manage definitions for your Commands that should be executed as'
|
||||
. ' Check Plugins, Notifications or based on Events'
|
||||
);
|
||||
}
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return $this->translate('Check Commands');
|
||||
return $this->translate('Commands');
|
||||
}
|
||||
|
||||
public function listRequiredPermissions()
|
||||
|
Loading…
x
Reference in New Issue
Block a user