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

8 lines
240 B
HTML
Raw Normal View History

<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>