openmct/platform/commonUI/inspect/res/info-table.html
2015-05-21 21:25:50 -07:00

8 lines
240 B
HTML

<table>
<tr ng-repeat="property in ngModel">
<td class="label">{{property.name}}</td>
<td title="{{property.value}}" class="value align-{{property.align}}">
{{property.value}}
</td>
</tr>
</table>