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

8 lines
243 B
HTML
Raw Normal View History

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