mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
CommandObjectDashlet: fix translation, link
This commit is contained in:
parent
3437691ce2
commit
1b1fcb32ed
@ -10,12 +10,12 @@ class CommandObjectDashlet extends Dashlet
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return $this->view->translate('Commands');
|
||||
return $this->translate('Commands');
|
||||
}
|
||||
|
||||
public function getUrl()
|
||||
{
|
||||
return 'director/commands';
|
||||
return 'director/dashboard?name=commands';
|
||||
}
|
||||
|
||||
public function listRequiredPermissions()
|
||||
|
Loading…
x
Reference in New Issue
Block a user