mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
7 lines
414 B
HTML
7 lines
414 B
HTML
<div class='object-header'>
|
|
<span class='type-icon icon ui-symbol'>{{type.getGlyph()}}</span>
|
|
<span class='action'>{{parameters.mode}}</span>
|
|
<span class='type'>{{type.getName()}}</span>
|
|
<span class='title'>{{model.name}}</span>
|
|
<a id='actions-menu' class='ui-symbol invoke-menu' onclick="alert('Not yet functional. This will display a dropdown menu of options for this object.');">v</a>
|
|
</div> |