mirror of
https://github.com/nasa/openmct.git
synced 2025-01-01 10:56:41 +00:00
[Treeview] Html style
This commit is contained in:
parent
b8958edf72
commit
8108a3b81c
@ -20,15 +20,23 @@
|
|||||||
at runtime from the About dialog for additional information.
|
at runtime from the About dialog for additional information.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div content="jquery-wrapper" class="abs holder-all browse-mode">
|
<div content="jquery-wrapper"
|
||||||
<mct-include key="'topbar-browse'"></mct-include>
|
class="abs holder-all browse-mode">
|
||||||
<div class="holder browse-area s-browse-area abs" ng-controller="BrowseController">
|
|
||||||
<mct-split-pane class='contents abs' anchor='left'>
|
<mct-include key="'topbar-browse'">
|
||||||
<div
|
</mct-include>
|
||||||
class='split-pane-component treeview pane left'
|
|
||||||
>
|
<div class="holder browse-area s-browse-area abs"
|
||||||
<mct-representation key="'create-button'" mct-object="navigatedObject">
|
ng-controller="BrowseController">
|
||||||
|
|
||||||
|
<mct-split-pane class='contents abs'
|
||||||
|
anchor='left'>
|
||||||
|
<div class='split-pane-component treeview pane left'>
|
||||||
|
|
||||||
|
<mct-representation key="'create-button'"
|
||||||
|
mct-object="navigatedObject">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
|
|
||||||
<div class='holder tree-holder abs'>
|
<div class='holder tree-holder abs'>
|
||||||
<mct-representation key="'tree'"
|
<mct-representation key="'tree'"
|
||||||
mct-object="domainObject"
|
mct-object="domainObject"
|
||||||
@ -36,13 +44,18 @@
|
|||||||
</mct-representation>
|
</mct-representation>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<mct-splitter></mct-splitter>
|
<mct-splitter></mct-splitter>
|
||||||
|
|
||||||
<div class='split-pane-component items pane'>
|
<div class='split-pane-component items pane'>
|
||||||
<div class='holder abs' id='content-area'>
|
<div class='holder abs'
|
||||||
<mct-representation mct-object="navigatedObject" key="'browse-object'">
|
id='content-area'>
|
||||||
|
<mct-representation mct-object="navigatedObject"
|
||||||
|
key="'browse-object'">
|
||||||
</mct-representation>
|
</mct-representation>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</mct-split-pane>
|
</mct-split-pane>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user