openmct/platform/commonUI/inspect/res/info-bubble.html

10 lines
215 B
HTML
Raw Normal View History

<mct-container
key="bubble"
bubble-title="{{parameters.title}}"
bubble-layout="{{parameters.layout}}"
>
<mct-include key="info-table"
ng-model="ngModel">
</mct-include>
</mct-container>