mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
f74199e60f
Add check to template for views in frame to avoid populating frame prematurely; WTD-1182.
20 lines
781 B
HTML
20 lines
781 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="representation.selected.key && domainObject">
|
|
</mct-representation>
|
|
</div>
|
|
</div> |