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…
Reference in New Issue