mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Update statistics top-widget display for new UI
This commit is contained in:
parent
0df408a433
commit
a607e6498f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
<ng-container *ngFor="let item of statistics | keyvalue">
|
||||
|
||||
<div class="d-flex justify-content-center align-items-baseline widget-bar-entry p-2">
|
||||
<div class="d-flex flex-column justify-content-center align-items-baseline widget-bar-entry p-2">
|
||||
|
||||
<ng-container *ngIf="!shouldHide(vm.statistics[item.key], item.value)">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue