mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SyncruleController: get rid of legacy test notice
This commit is contained in:
parent
838db966f5
commit
3ad23a4c9d
@ -23,7 +23,7 @@ class SyncruleController extends ActionController
|
||||
public function runAction()
|
||||
{
|
||||
if ($runId = Sync::run(SyncRule::load($this->params->get('id'), $this->db()))) {
|
||||
Notification::success('Just testing');
|
||||
Notification::success('Source has successfully been synchronized');
|
||||
$this->redirectNow('director/list/syncrule');
|
||||
} else {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user