mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
9 lines
358 B
HTML
9 lines
358 B
HTML
|
<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>
|