mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
ImportrunTable: link to new controller
This commit is contained in:
parent
ec80dc9d87
commit
bc231f983b
@ -20,7 +20,7 @@ class ImportrunTable extends QuickTable
|
|||||||
|
|
||||||
protected function getActionUrl($row)
|
protected function getActionUrl($row)
|
||||||
{
|
{
|
||||||
return $this->url('director/now/where', array('id' => $row->id));
|
return $this->url('director/importrun', array('id' => $row->id));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitles()
|
public function getTitles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user