mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24: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(
|
||||
'Run',
|
||||
'director/importsource/run',
|
||||
array('id' => $row->id),
|
||||
array('data-base-target' => '_main')
|
||||
array('id' => $row->id)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user