mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
SyncpropertyTable: correct "add" link
This commit is contained in:
parent
7370bf34bb
commit
8433a57bc6
@ -24,7 +24,7 @@ class SyncpropertyTable extends QuickTable
|
|||||||
|
|
||||||
protected function getActionUrl($row)
|
protected function getActionUrl($row)
|
||||||
{
|
{
|
||||||
return $this->url('director/syncproperty/add', array('id' => $row->id));
|
return $this->url('director/syncproperty', array('id' => $row->id));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitles()
|
public function getTitles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user