mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +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)
|
||||
{
|
||||
return $this->url('director/now/where', array('id' => $row->id));
|
||||
return $this->url('director/importrun', array('id' => $row->id));
|
||||
}
|
||||
|
||||
public function getTitles()
|
||||
|
Loading…
x
Reference in New Issue
Block a user