mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
ConfigController: temporarily remove future param
Not yet available in current master, would trigger errors
This commit is contained in:
parent
f0607c33be
commit
81123ea78f
@ -27,7 +27,7 @@ class ConfigController extends ActionController
|
||||
if ($isApiRequest) {
|
||||
return $this->sendJson((object) array('checksum' => $checksum));
|
||||
} else {
|
||||
$url = Url::fromPath('director/list/deploymentlog?checkforchanges');
|
||||
$url = Url::fromPath('director/list/deploymentlog');
|
||||
Notification::success(
|
||||
$this->translate('Config has been submitted, validation is going on')
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user