mirror of
https://github.com/nasa/openmct.git
synced 2025-01-06 21:28:42 +00:00
8 lines
243 B
HTML
8 lines
243 B
HTML
|
<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>
|