mirror of
https://github.com/nasa/openmct.git
synced 2025-01-06 21:28:42 +00:00
17 lines
770 B
HTML
17 lines
770 B
HTML
|
<div class='top-bar edit abs'>
|
||
|
<mct-representation key="'object-header'" mct-object="parameters.object" parameters="{ mode: 'Edit' }">
|
||
|
</mct-representation>
|
||
|
<div class='buttons-main btn-bar buttons abs'>
|
||
|
<mct-include key="'switcher'"
|
||
|
ng-model="parameters.switcher"
|
||
|
ng-if="parameters.switcher.options.length > 0">
|
||
|
</mct-include>
|
||
|
<mct-representation key="'edit-action-buttons'"
|
||
|
mct-object="parameters.object"
|
||
|
class='conclude-editing'>
|
||
|
<!--a class='btn major' href=''>Save<span id='save-actions-menu' class='ui-symbol invoke-menu'>v</span></a>
|
||
|
<a class='btn subtle' href=''>Cancel</a-->
|
||
|
|
||
|
</mct-representation>
|
||
|
</div>
|
||
|
</div>
|