MDL-86800 profiling: Fix incorrect table borders

This commit is contained in:
Mihail Geshoski
2025-10-01 11:26:20 +08:00
parent 834691f39e
commit 55d918c37d
+2 -2
View File
@@ -353,7 +353,7 @@ function profiling_print_run($run, $prevreferences = null) {
$table = new html_table();
$table->align = array('right', 'left');
$table->tablealign = 'center';
$table->attributes['class'] = 'profilingruntable';
$table->attributes['class'] = 'profilingruntable table-reboot';
$table->colclasses = array('label', 'value');
$table->data = array(
array(get_string('runid', 'tool_profiling'), $run->runid),
@@ -419,7 +419,7 @@ function profiling_print_rundiff($run1, $run2) {
$table = new html_table();
$table->align = array('right', 'left', 'left', 'left');
$table->tablealign = 'center';
$table->attributes['class'] = 'profilingruntable';
$table->attributes['class'] = 'profilingruntable table-reboot';
$table->colclasses = array('label', 'value1', 'value2');
$table->data = array(
array(get_string('runid', 'tool_profiling'),