Render main and inspector using angular

This commit is contained in:
Pete Richards
2018-08-16 12:43:10 -07:00
parent 233c17e75b
commit 17cf0cf1e6
22 changed files with 459 additions and 324 deletions

View File

@ -12,14 +12,14 @@
<MctTree ref="shell-tree"></MctTree>
</div>
</pane>
<pane class="l-pane l-shell__pane-main" >
<div class="l-shell__object-view">c-object-view</div>
<div class="l-shell__time-conductor">c-time-conductor</div>
<pane class="l-pane l-shell__pane-main">
<div style="position: absolute; top: 0; bottom: 0; width: 100%" ref="mainContainer">
</div>
</pane>
<pane class="l-pane l-shell__pane-inspector"
handle="before"
collapsable>
<MctInspector></MctInspector>
<MctInspector ref="inspector"></MctInspector>
</pane>
</multipane>
<div class="l-shell__status">
@ -123,6 +123,10 @@
msg: 'Hello world!'
}
},
methods: {
navigateTo(path, openmct) {
}
},
components: {
MctInspector,
MctMain,