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…
Reference in New Issue