mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
46aac60c7d
commit
fd713e6efb
@ -19,6 +19,7 @@ class DataController extends ActionController
|
||||
$this->setDataTabs()->activate('datalist');
|
||||
$this->view->title = $this->translate('Data lists');
|
||||
$this->prepareAndRenderTable('datalist');
|
||||
$this->provideFilterEditorForTable($this->view->table);
|
||||
}
|
||||
|
||||
public function listAction()
|
||||
@ -125,6 +126,7 @@ class DataController extends ActionController
|
||||
$this->setDataTabs()->activate('datafield');
|
||||
$this->view->title = $this->translate('Data fields');
|
||||
$this->prepareAndRenderTable('datafield');
|
||||
$this->provideFilterEditorForTable($this->view->table);
|
||||
}
|
||||
|
||||
public function listentryAction()
|
||||
|
@ -10,6 +10,7 @@ class DatafieldTable extends QuickTable
|
||||
{
|
||||
protected $searchColumns = array(
|
||||
'varname',
|
||||
'caption',
|
||||
);
|
||||
|
||||
public function getColumns()
|
||||
|
Loading…
x
Reference in New Issue
Block a user