mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 00:02:29 -04:00
parent
5c0ea2c3b0
commit
057ea83aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
|
|||
$msg = $this->translate('No action taken, object has not been modified');
|
||||
}
|
||||
$this->setSuccessUrl(
|
||||
'director/director/command',
|
||||
array('name' => $cmd->argument_name)
|
||||
'director/command/arguments',
|
||||
array('name' => $cmd->object_name)
|
||||
);
|
||||
|
||||
$this->redirectOnSuccess($msg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue