Merge pull request #99 from wazuh/3.0-progress-bar

Added progress bar on Manager/Logs table
This commit is contained in:
Javier Castro 2017-11-28 14:46:58 +01:00 committed by GitHub
commit 3679b47370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>