[Frontend] Adding s-status-pending classes to tree item labels

open #431
In-progress;
This commit is contained in:
Charles Hacskaylo
2015-12-15 17:06:47 -08:00
parent 0cfc070f3c
commit a98ab958c9
5 changed files with 196 additions and 246 deletions

View File

@@ -20,6 +20,8 @@
at runtime from the About dialog for additional information.
-->
<span class="t-object-label">
<span class="t-item-icon" ng-class="{ 'l-icon-link':location.isLink() }">{{type.getGlyph()}}</span>
<span class='t-title-label'>{{model.name}}</span>
<span class="t-item-icon" ng-class="{ 'l-icon-link':location.isLink() }">
<span class="t-item-icon-glyph">{{type.getGlyph()}}</span>
</span>
<span class='t-title-label'>{{model.name}}</span>
</span>