mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-62023 theme: Add bootstrap 4 classes to performance info cards
This commit is contained in:
parent
6fa694bef0
commit
03b06309e2
@ -9240,8 +9240,8 @@ function get_performance_info() {
|
||||
$mode = ' <span title="request cache">[r]</span>';
|
||||
break;
|
||||
}
|
||||
$html .= '<ul class="cache-definition-stats list-unstyled m-l-1 cache-mode-'.$modeclass.' card d-inline-block">';
|
||||
$html .= '<li class="cache-definition-stats-heading p-t-1 card-header bg-inverse font-weight-bold">' .
|
||||
$html .= '<ul class="cache-definition-stats list-unstyled m-l-1 m-b-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 {";
|
||||
foreach ($details['stores'] as $store => $data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user