Make loading of the tags tab async
This commit is contained in:
parent
9e785ab019
commit
43330bcfad
4 changed files with 16 additions and 3 deletions
|
@ -57,7 +57,9 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<table class="co-table" id="tagsTable">
|
||||
<div class="cor-loader" ng-show="!isEnabled"></div>
|
||||
|
||||
<table class="co-table" id="tagsTable" ng-if="isEnabled">
|
||||
<thead>
|
||||
<td class="checkbox-col"></td>
|
||||
<td ng-class="tablePredicateClass('name', options.predicate, options.reverse)">
|
||||
|
|
Reference in a new issue