mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SyncCheckForm: notify also on check
This commit is contained in:
parent
3c8d82d25f
commit
050ed43035
@ -28,7 +28,7 @@ class SyncCheckForm extends QuickForm
|
||||
public function onSuccess()
|
||||
{
|
||||
if ($this->rule->checkForChanges()) {
|
||||
$this->setSuccessMessage(
|
||||
$this->notifySuccess(
|
||||
$this->translate(('This Sync Rule would apply new changes'))
|
||||
);
|
||||
$html = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user