2015-05-13 16:42:35 -07:00
|
|
|
<!--
|
2018-05-14 18:46:17 -04:00
|
|
|
Open MCT, Copyright (c) 2014-2018, United States Government
|
2015-05-13 16:42:35 -07:00
|
|
|
as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
Administration. All rights reserved.
|
|
|
|
|
2016-07-12 16:21:58 -07:00
|
|
|
Open MCT is licensed under the Apache License, Version 2.0 (the
|
2015-05-13 16:42:35 -07: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 16:21:58 -07:00
|
|
|
Open MCT includes source code licensed under additional open source
|
2015-05-13 16:42:35 -07: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.
|
|
|
|
-->
|
2018-06-29 11:18:50 -07:00
|
|
|
<div class="frame frame-template t-frame-inner abs has-local-controls t-object-type-{{ domainObject.getModel().type }}">
|
2017-02-14 15:23:17 -08:00
|
|
|
<div class="abs object-browse-bar l-flex-row">
|
2015-11-06 17:42:54 -08:00
|
|
|
<div class="left flex-elem l-flex-row grows">
|
2017-08-14 11:57:49 -07:00
|
|
|
<mct-representation
|
2017-09-21 11:16:04 -07:00
|
|
|
key="'object-header-frame'"
|
2017-08-01 11:51:42 -07:00
|
|
|
mct-object="domainObject"
|
|
|
|
class="l-flex-row flex-elem object-header grows">
|
2017-08-14 11:57:49 -07:00
|
|
|
</mct-representation>
|
2014-12-04 11:53:05 -08:00
|
|
|
</div>
|
2018-06-29 11:18:50 -07:00
|
|
|
<div class="btn-bar right l-flex-row flex-elem flex-justify-end flex-fixed h-local-controls local-controls-hidden">
|
2017-08-18 16:28:41 -07:00
|
|
|
<mct-representation
|
|
|
|
key="'switcher'"
|
|
|
|
ng-model="representation"
|
|
|
|
mct-object="domainObject">
|
2014-12-04 13:22:39 -08:00
|
|
|
</mct-representation>
|
2017-08-18 16:28:41 -07:00
|
|
|
<a class="s-button icon-expand t-btn-view-large"
|
|
|
|
title="View large"
|
|
|
|
mct-trigger-modal>
|
|
|
|
</a>
|
2014-12-04 11:53:05 -08:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-08-14 11:57:49 -07:00
|
|
|
<div class="abs object-holder">
|
2017-08-18 16:28:41 -07:00
|
|
|
<mct-representation
|
|
|
|
key="representation.selected.key"
|
|
|
|
mct-object="representation.selected.key && domainObject">
|
2017-08-14 11:57:49 -07:00
|
|
|
</mct-representation>
|
2014-12-04 11:53:05 -08:00
|
|
|
</div>
|
2017-04-05 14:35:12 -07:00
|
|
|
</div>
|