MDL-86843 tool_task: style tables correctly.

This commit is contained in:
Huong Nguyen
2026-03-12 09:51:35 +01:00
committed by Luca Bösch
parent 2baad2002f
commit 449286a45a
+2 -2
View File
@@ -58,7 +58,7 @@ class tool_task_renderer extends plugin_renderer_base {
get_string('nextruntime', 'tool_task'),
];
$table->attributes['class'] = 'admintable generaltable table table-hover';
$table->attributes['class'] = 'admintable generaltable table table-striped table-hover';
$table->colclasses = [];
// For each task entry (row) show action buttons/logs link depending on the user permissions.
@@ -388,7 +388,7 @@ class tool_task_renderer extends plugin_renderer_base {
get_string('default', 'tool_task'),
];
$table->attributes['class'] = 'admintable generaltable table table-hover';
$table->attributes['class'] = 'admintable generaltable table table-striped table-hover';
$table->colclasses = [];
if (!$showloglink) {