mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
b50f40f399
Recognize choice from the view switcher in a frame in a Layout and display that chosen view. WTD-535.
20 lines
750 B
HTML
20 lines
750 B
HTML
<div class="frame frame-template abs">
|
|
<div class="bar abs object-header object-top-bar">
|
|
<div class="title left abs">
|
|
<mct-representation key="'node'"
|
|
mct-object="domainObject">
|
|
</mct-representation>
|
|
</div>
|
|
<div class="btn-bar right abs">
|
|
<mct-representation key="'switcher'"
|
|
ng-model="representation"
|
|
mct-object="domainObject">
|
|
</mct-representation>
|
|
</div>
|
|
</div>
|
|
<div class="abs object-holder">
|
|
<mct-representation key="representation.selected.key"
|
|
mct-object="domainObject">
|
|
</mct-representation>
|
|
</div>
|
|
</div> |