mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
1b0303e517
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<span ng-controller="ViewSwitcherController">
|
|
<mct-include key="'topbar-edit'"
|
|
parameters="{ switcher: switcher, object: domainObject }">
|
|
</mct-include>
|
|
<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="switcher.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;">
|
|
<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>
|
|
</span> |