mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
ImportsourceTable: link to preview, not edit
This commit is contained in:
parent
38fec2c3d5
commit
6cf7c8739f
@ -26,7 +26,7 @@ class ImportsourceTable extends QuickTable
|
||||
|
||||
protected function getActionUrl($row)
|
||||
{
|
||||
return $this->url('director/importsource/edit', array('id' => $row->id));
|
||||
return $this->url('director/importsource', array('id' => $row->id));
|
||||
}
|
||||
|
||||
public function getTitles()
|
||||
|
Loading…
x
Reference in New Issue
Block a user