mirror of
https://github.com/nasa/openmct.git
synced 2025-06-11 20:01:41 +00:00
[Style] Add stub for label link icon
This commit is contained in:
@ -22,7 +22,14 @@
|
|||||||
<span class="label s-label">
|
<span class="label s-label">
|
||||||
<span class='ui-symbol icon type-icon'>
|
<span class='ui-symbol icon type-icon'>
|
||||||
{{type.getGlyph()}}
|
{{type.getGlyph()}}
|
||||||
|
|
||||||
<span class='ui-symbol icon alert hidden'>!</span>
|
<span class='ui-symbol icon alert hidden'>!</span>
|
||||||
</span>
|
</span>
|
||||||
<span class='title-label'>{{model.name}}</span>
|
<!-- this will be toggled by a ng-show -->
|
||||||
|
<span class='ui-symbol icon indicator-icon'>
|
||||||
|
è
|
||||||
|
</span>
|
||||||
|
<span class='title-label'>
|
||||||
|
{{model.name}}
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
Reference in New Issue
Block a user