Added progress bar on Manager/Logs table

This commit is contained in:
Juanjo Jiménez 2017-11-28 12:14:11 +01:00
parent c360932096
commit e23dc45b2e

View File

@ -55,6 +55,10 @@
</md-list-item>
</md-list>
</md-content>
<md-divider></md-divider>
<md-content>
<md-progress-linear class="md-accent" md-mode="indeterminate" ng-show="logs.busy"></md-progress-linear>
</md-content>
</div>
</div>
</div>