Merge pull request #20805 from Devp00l/refresh-rotate

mgr/dashboard_v2: Rotate the refresh icon on load

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Kefu Chai 2018-03-10 01:55:44 +08:00 committed by GitHub
commit 310f3a3733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@
<!-- refresh button -->
<div class="widget-toolbar tc_refreshBtn">
<a (click)="refreshBtn()">
<i class="fa fa-lg fa-refresh"></i>
<i class="fa fa-lg fa-refresh"
[class.fa-spin]="updating || loadingIndicator"></i>
</a>
</div>
<!-- end refresh button -->