[Tree] Begin adding tree label

This commit is contained in:
Victor Woeltjen
2016-03-11 12:29:24 -08:00
parent 37e6b5a352
commit cebf9f73da
4 changed files with 79 additions and 6 deletions

View File

@@ -0,0 +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>
<div class='t-title-label flex-elem grows'>{{model.name}}</div>
</div>
</span>