mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
7b1c275dee
Update templates for Edit mode to reflect simplifications to the view switcher introduced to support its use on Layouts, transitioned for WTD-535.
34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<mct-representation key="'topbar-edit'"
|
|
mct-object="domainObject"
|
|
ng-model="representation">
|
|
</mct-representation>
|
|
<div class="holder edit-area outline abs">
|
|
<!-- edit toolbar goes here -->
|
|
<div class='split-layout vertical contents abs work-area'>
|
|
<div class='split-pane-component edit-main pane' style="right: 200px; left: 0px;">
|
|
<div class='holder abs object-holder'>
|
|
<mct-representation key="representation.selected.key"
|
|
mct-object="domainObject">
|
|
</mct-representation>
|
|
</div>
|
|
</div>
|
|
<div class="splitter" style="right: 200px"></div>
|
|
<div class='split-pane-component edit-objects pane menus-to-left'
|
|
style="right: 0px; width: 200px">
|
|
<div class='holder abs split-layout horizontal'>
|
|
|
|
<mct-container key="accordion" title="Library" style="position: relative; top: 0px; height: 200px;">
|
|
<mct-representation key="'tree'" mct-object="context.getRoot()">
|
|
</mct-representation>
|
|
</mct-container>
|
|
|
|
<mct-container key="accordion" title="Elements" style="position: relative; top: 200px;">
|
|
<mct-representation key="'edit-elements'" mct-object="domainObject">
|
|
</mct-representation>
|
|
</mct-container>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|