mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Adjust chart widget loading
This commit is contained in:
parent
e2dca37098
commit
fecf63d19c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
[type]="chartType">
|
||||
</scrm-chart>
|
||||
</ng-container>
|
||||
<div *ngIf="loading" [class.m-5]="!dataSource" class="chart-loading">
|
||||
<div *ngIf="loading" [class.m-3]="!dataSource" class="chart-loading">
|
||||
<scrm-loading-spinner [overlay]="true"></scrm-loading-spinner>
|
||||
</div>
|
||||
<p *ngIf="!loading && (!isConfigured() || !dataSource)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue