mirror of
https://github.com/ceph/ceph
synced 2025-01-12 14:10:27 +00:00
mgr/dashboard: Pool form uses different loading spinner
Use the 'cd-loading-panel' element to display the loading progress. Fixes: https://tracker.ceph.com/issues/40427 Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
parent
87f5023ecb
commit
3606ea21be
@ -1,10 +1,7 @@
|
||||
<cd-loading-panel *ngIf="!(info && ecProfiles)"
|
||||
i18n>Loading...</cd-loading-panel>
|
||||
|
||||
<div class="col-sm-12 col-lg-6">
|
||||
<h1 *ngIf="!(info && ecProfiles)"
|
||||
class="jumbotron">
|
||||
<i [ngClass]="[icons.spinner, icons.pulse, icons.large]"
|
||||
class="text-primary"></i>
|
||||
<ng-container i18n>Loading...</ng-container>
|
||||
</h1>
|
||||
<form name="form"
|
||||
*ngIf="info && ecProfiles"
|
||||
#formDir="ngForm"
|
||||
|
Loading…
Reference in New Issue
Block a user