mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
QuickTable: use one more class, thanks web 2.0.0
This commit is contained in:
parent
310f4ef499
commit
7c081c12ce
@ -200,7 +200,7 @@ abstract class QuickTable implements Paginatable
|
|||||||
{
|
{
|
||||||
$data = $this->fetchData();
|
$data = $this->fetchData();
|
||||||
|
|
||||||
$htm = '<table class="simple action">' . "\n"
|
$htm = '<table class="simple action action-table">' . "\n"
|
||||||
. $this->renderTitles($this->getTitles())
|
. $this->renderTitles($this->getTitles())
|
||||||
. "<tbody>\n";
|
. "<tbody>\n";
|
||||||
foreach ($data as $row) {
|
foreach ($data as $row) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user