mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
QuickTable: remove obsolete classes
This commit is contained in:
parent
93079aaf3b
commit
9b8415cccd
1 changed files with 0 additions and 1 deletions
|
|
@ -235,7 +235,6 @@ abstract class QuickTable implements Paginatable
|
|||
protected function listTableClasses()
|
||||
{
|
||||
return array('simple', 'common-table', 'table-row-selectable');
|
||||
return array('simple', 'action', 'action-table');
|
||||
}
|
||||
|
||||
public function render()
|
||||
|
|
|
|||
Loading…
Reference in a new issue