mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
ImportsourceTable: do not link to _main
This commit is contained in:
parent
8711e877ab
commit
decff63ca3
@ -33,8 +33,7 @@ class ImportsourceTable extends QuickTable
|
|||||||
) . ' ' . $this->view->qlink(
|
) . ' ' . $this->view->qlink(
|
||||||
'Run',
|
'Run',
|
||||||
'director/importsource/run',
|
'director/importsource/run',
|
||||||
array('id' => $row->id),
|
array('id' => $row->id)
|
||||||
array('data-base-target' => '_main')
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user