mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-15 23:08:11 +02:00
ImportSourceTable: remove additional actions
This commit is contained in:
parent
b0bd83f23c
commit
b83e0b99a8
@ -24,19 +24,6 @@ class ImportsourceTable extends QuickTable
|
||||
return $this->url('director/importsource/edit', array('id' => $row->id));
|
||||
}
|
||||
|
||||
protected function renderAdditionalActions($row)
|
||||
{
|
||||
return $this->view->qlink(
|
||||
'Preview',
|
||||
'director/importsource/preview',
|
||||
array('id' => $row->id)
|
||||
) . ' ' . $this->view->qlink(
|
||||
'Run',
|
||||
'director/importsource/run',
|
||||
array('id' => $row->id)
|
||||
);
|
||||
}
|
||||
|
||||
public function getTitles()
|
||||
{
|
||||
$view = $this->view();
|
||||
|
Loading…
x
Reference in New Issue
Block a user