mirror of
https://github.com/nasa/openmct.git
synced 2025-06-24 02:04:02 +00:00
[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">
|
||||
<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">
|
||||
<mct-representation key="'tree-node'"
|
||||
mct-object="child"
|
||||
|
Reference in New Issue
Block a user