2015-10-23 18:42:06 +00:00
|
|
|
<!--
|
2016-07-12 23:21:58 +00:00
|
|
|
Open MCT, Copyright (c) 2014-2016, United States Government
|
2015-10-23 18:42:06 +00:00
|
|
|
as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
Administration. All rights reserved.
|
|
|
|
|
2016-07-12 23:21:58 +00:00
|
|
|
Open MCT is licensed under the Apache License, Version 2.0 (the
|
2015-10-23 18:42:06 +00:00
|
|
|
"License"); you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
|
2016-07-12 23:21:58 +00:00
|
|
|
Open MCT includes source code licensed under additional open source
|
2015-10-23 18:42:06 +00:00
|
|
|
licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
this source code distribution or the Licensing information page available
|
|
|
|
at runtime from the About dialog for additional information.
|
|
|
|
-->
|
2016-01-27 21:52:31 +00:00
|
|
|
<span class="l-inspect">
|
2016-02-27 01:04:58 +00:00
|
|
|
<div ng-controller="PaneController">
|
2016-01-11 21:30:56 +00:00
|
|
|
<mct-split-pane class='abs contents split-layout' anchor='bottom'>
|
2016-02-02 18:30:40 +00:00
|
|
|
<div class="split-pane-component pane top">
|
2016-01-11 21:30:56 +00:00
|
|
|
<div class="abs holder holder-inspector l-flex-col">
|
2016-02-02 18:30:40 +00:00
|
|
|
<div class="pane-header flex-elem">Inspection</div>
|
2016-01-27 21:52:31 +00:00
|
|
|
<mct-representation
|
|
|
|
key="'inspector-region'"
|
|
|
|
mct-object="domainObject"
|
2016-02-02 18:30:40 +00:00
|
|
|
ng-model="ngModel"
|
|
|
|
class="flex-elem grows vscroll l-flex-col">
|
2016-01-27 21:52:31 +00:00
|
|
|
</mct-representation>
|
2016-02-27 01:04:58 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-01-11 21:30:56 +00:00
|
|
|
<mct-splitter class="splitter-inspect-panel mobile-hide"></mct-splitter>
|
|
|
|
<div class="split-pane-component pane bottom">
|
|
|
|
<div class="abs holder holder-elements l-flex-col">
|
2016-02-02 23:36:43 +00:00
|
|
|
<em class="flex-elem t-inspector-part-header">Elements</em>
|
2016-01-11 21:30:56 +00:00
|
|
|
<mct-representation
|
|
|
|
key="'edit-elements'"
|
|
|
|
mct-object="domainObject"
|
2016-03-10 22:33:01 +00:00
|
|
|
class="flex-elem l-flex-col holder grows current-elements">
|
2016-01-11 21:30:56 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
2015-10-31 01:31:02 +00:00
|
|
|
</div>
|
2016-01-11 21:30:56 +00:00
|
|
|
</mct-split-pane>
|
2016-02-27 01:04:58 +00:00
|
|
|
</div>
|
2015-10-23 18:42:06 +00:00
|
|
|
</span>
|