mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-67684-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
48298a9b3a
@ -9512,7 +9512,7 @@ function get_performance_info() {
|
||||
$mode = ' <span title="request cache">[r]</span>';
|
||||
break;
|
||||
}
|
||||
$html .= '<ul class="cache-definition-stats list-unstyled ml-1 mb-1 cache-mode-'.$modeclass.' card d-inline-block">';
|
||||
$html .= '<li class="d-inline-flex"><ul class="cache-definition-stats list-unstyled ml-1 mb-1 cache-mode-'.$modeclass.' card d-inline-block">';
|
||||
$html .= '<li class="cache-definition-stats-heading p-t-1 card-header bg-dark bg-inverse font-weight-bold">' .
|
||||
$definition . $mode.'</li>';
|
||||
$text .= "$definition {";
|
||||
@ -9535,7 +9535,7 @@ function get_performance_info() {
|
||||
$html .= "<li class=\"cache-store-stats $cachestoreclass p-x-1\"> </li>";
|
||||
}
|
||||
}
|
||||
$html .= '</ul>';
|
||||
$html .= '</ul></li>';
|
||||
$text .= '} ';
|
||||
}
|
||||
$html .= '</ul> ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user