[Tree] Implement label for tree

This commit is contained in:
Victor Woeltjen
2016-03-11 14:10:30 -08:00
parent 4f293f22a6
commit c5ab6c6c97
2 changed files with 36 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
<span class="rep-object-label">
<div class="t-object-label l-flex-row flex-elem grows">
<div class="t-item-icon flex-elem" ng-class="{ 'l-icon-link':location.isLink() }">
<div class="t-item-icon-glyph">{{type.getGlyph()}}</div>
<div class="t-item-icon flex-elem">
<div class="t-item-icon-glyph"></div>
</div>
<div class='t-title-label flex-elem grows'>{{model.name}}</div>
<div class='t-title-label flex-elem grows'></div>
</div>
</span>