chg: [indexTable:indexStatistic] better support of themes

cli-modification-summary
Sami Mokaddem 2022-10-21 15:36:08 +02:00
parent 25b6db7303
commit cfae8cb914
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ foreach ($statistics['usage'] as $scope => $graphData) {
'bodyClass' => 'py-1 px-2', 'bodyClass' => 'py-1 px-2',
'class' => ['shadow-sm', 'h-100'] 'class' => ['shadow-sm', 'h-100']
]); ]);
$statisticsHtml .= sprintf('<div class="col-sm-6 col-md-5 col-lg-4 col-xl-3 mb-1" style="height: 90px;">%s</div>', $statPie); $statisticsHtml .= sprintf('<div class="col-sm-6 col-md-5 col-lg-4 col-xl-3 mb-1" style="min-height: 90px;">%s</div>', $statPie);
} }
?> ?>

View File

@ -95,7 +95,7 @@ $card = $this->Bootstrap->card([
?> ?>
<div class="col-sm-6 col-md-5 col-lg-4 col-xl-3 mb-1" style="height: 90px;"><?= $card ?></div> <div class="col-sm-6 col-md-5 col-lg-4 col-xl-3 mb-1" style="min-height: 90px;"><?= $card ?></div>
<script> <script>
$(document).ready(function() { $(document).ready(function() {