mirror of
https://github.com/nasa/openmct.git
synced 2025-01-21 12:05:12 +00:00
26 lines
885 B
HTML
26 lines
885 B
HTML
|
<span ng-controller="ViewSwitcherController">
|
||
|
<div class="object-browse-bar bar abs">
|
||
|
|
||
|
<div class="items-select left abs">
|
||
|
<mct-representation key="'object-header'" mct-object="domainObject">
|
||
|
</mct-representation>
|
||
|
</div>
|
||
|
|
||
|
<div class="view-controls sort-controls btn-bar right abs">
|
||
|
|
||
|
<mct-representation key="'action-group'"
|
||
|
mct-object="domainObject"
|
||
|
parameters="{ category: 'view-control' }">
|
||
|
</mct-representation>
|
||
|
|
||
|
<mct-include key="'switcher'" ng-model="switcher" ng-if="switcher.options.length > 0">
|
||
|
</mct-include>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class='object-holder abs vscroll'>
|
||
|
<mct-representation key="switcher.selected.key" mct-object="domainObject">
|
||
|
</mct-representation>
|
||
|
</div>
|
||
|
</span>
|