[themes] zebra tables are also forms

This commit is contained in:
Shish
2024-01-08 21:03:04 +00:00
parent e564646dd8
commit a50b103a4a
8 changed files with 13 additions and 18 deletions

View File

@@ -221,7 +221,7 @@ class LogTable extends Table
new ActionColumn("id"),
]);
$this->order_by = ["date_sent DESC"];
$this->table_attrs = ["class" => "zebra"];
$this->table_attrs = ["class" => "zebra form"];
}
}