openmct/platform/commonUI/browse/res/templates/items/items.html

6 lines
223 B
HTML
Raw Normal View History

<div class='items-holder grid abs'>
<mct-representation key="'grid-item'"
ng-repeat="childObject in composition"
mct-object="childObject">
</mct-representation>
</div>