Agent/loading icon (#1263)

* added progress wheel to show jobs loading

* added loading wheel to jobs view page too
This commit is contained in:
Aditya Bist
2018-04-26 15:01:23 -07:00
committed by GitHub
parent a78fa9c0f2
commit 0f087915f6
6 changed files with 41 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
<div class="job-heading-container">
<h1 class="job-heading" *ngIf="_isCloud === false">Jobs</h1>
<h1 class="job-heading" *ngIf="_isCloud === true">No Jobs Available</h1>
<div class="icon in-progress" *ngIf="_showProgressWheel === true"></div>
</div>
<div #jobsgrid class="jobview-grid"></div>