mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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)
|
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()
|
public function getTitles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user