mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 10:11:06 +00:00
[Style] Add stub for label link icon
This commit is contained in:
parent
397a545482
commit
3e5fa30d9d
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user