mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
ConfigController: notification text
This commit is contained in:
parent
7c081c12ce
commit
54ac96e4a9
@ -23,7 +23,7 @@ class Director_ConfigController extends ActionController
|
|||||||
} else {
|
} else {
|
||||||
$url = Url::fromPath('director/config/show', array('checksum' => $checksum));
|
$url = Url::fromPath('director/config/show', array('checksum' => $checksum));
|
||||||
Notification::success(
|
Notification::success(
|
||||||
$this->translate('Config deployment has been failed')
|
$this->translate('Config deployment failed')
|
||||||
);
|
);
|
||||||
$this->redirectNow($url);
|
$this->redirectNow($url);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user