[Tree] Restore wait spinner
Restore wait spinner in tree (missed during Angular transition); this feedback is important when waiting for the contents of the Packets node (WTD-644) to load.
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
<ul class="tree">
|
<ul class="tree">
|
||||||
|
<li ng-if="!composition">
|
||||||
|
<span class="tree-item">
|
||||||
|
<span class="icon wait-spinner"></span>
|
||||||
|
<span class="title-label">Loading...</span>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
<li ng-repeat="child in composition">
|
<li ng-repeat="child in composition">
|
||||||
<mct-representation key="'tree-node'"
|
<mct-representation key="'tree-node'"
|
||||||
mct-object="child"
|
mct-object="child"
|
||||||
|
|||||||
Reference in New Issue
Block a user