mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
f820cd47b6
CSS markup and mods to fix issues related to bug WTD-618; fix is complete and verified in Chrome
35 lines
1.5 KiB
HTML
35 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='abs pane left edit-main'>
|
|
<div class='holder abs object-holder'>
|
|
<mct-representation key="representation.selected.key"
|
|
mct-object="domainObject">
|
|
</mct-representation>
|
|
</div>
|
|
</div>
|
|
<div class="splitter"></div>
|
|
<div class='abs pane right edit-objects menus-to-left'>
|
|
<div class='holder abs split-layout horizontal'>
|
|
<div class="abs pane top accordion" ng-controller="ToggleController as toggle">
|
|
<mct-container key="accordion" title="Library">
|
|
<mct-representation key="'tree'" alias="foo1" mct-object="context.getRoot()">
|
|
</mct-representation>
|
|
</mct-container>
|
|
</div>
|
|
<div class="splitter"></div>
|
|
<div class="abs pane bottom accordion" ng-controller="ToggleController as toggle">
|
|
<mct-container key="accordion" title="Elements">
|
|
<mct-representation key="'edit-elements'" mct-object="domainObject">
|
|
</mct-representation>
|
|
</mct-container>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|