mirror of
https://github.com/nasa/openmct.git
synced 2025-05-12 13:33:14 +00:00
[Inspector] Add right pane
Added a right pane to the page. This was done by putting an mct-split-pane nested inside of the existsing mct-split-pane. #73.
This commit is contained in:
parent
32c7cc2424
commit
d9a65a1844
@ -51,15 +51,30 @@
|
||||
ng-class="{inactive: !paneModel.leftPane}">
|
||||
</mct-splitter>
|
||||
|
||||
<div class='split-pane-component items pane'
|
||||
ng-class='{leftInactive: !paneModel.leftPane}'>
|
||||
<div class='holder abs'
|
||||
id='content-area'>
|
||||
<mct-representation key="'browse-object'"
|
||||
mct-object="navigatedObject"
|
||||
ng-model="paneModel">
|
||||
</mct-representation>
|
||||
</div>
|
||||
<div class='split-pane-component secondary-split pane right'>
|
||||
<mct-split-pane class='contents abs'
|
||||
anchor='right'>
|
||||
|
||||
<div class='split-pane-component items pane'
|
||||
ng-class='{leftInactive: !paneModel.leftPane}'>
|
||||
<div class='holder abs'
|
||||
id='content-area'>
|
||||
<mct-representation key="'browse-object'"
|
||||
mct-object="navigatedObject"
|
||||
ng-model="paneModel">
|
||||
</mct-representation>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<mct-splitter class="splitter-bar right"
|
||||
ng-class="{inactive: !paneModel.leftPane}">
|
||||
</mct-splitter>
|
||||
|
||||
<div class='split-pane-component object-inspector pane right'>
|
||||
Info
|
||||
</div>
|
||||
|
||||
</mct-split-pane>
|
||||
</div>
|
||||
|
||||
</mct-split-pane>
|
||||
|
@ -5204,3 +5204,7 @@ input[type="text"] {
|
||||
/* line 135, ../sass/tree/_pane.scss */
|
||||
.items.pane .object-browse-bar .items-select {
|
||||
margin-left: 10px; }
|
||||
|
||||
/* line 141, ../sass/tree/_pane.scss */
|
||||
.splitter-bar.right {
|
||||
top: 0; }
|
||||
|
@ -137,3 +137,9 @@ $transitionTime: 0.35s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.splitter-bar.right {
|
||||
// Make the splitter bar vertically span to the top
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user