aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html
blob: c5cbc50a8067dfd4cc46d58790d4f8ba4e748003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<td style="text-align: right;" ng-class="{ 'red': !item.match }">{{['mwtn', item.labelId].join('_').toUpperCase() | translate}}</td>
<td><b ng-class="{ 'red': !item.match }" ng-bind-html="item.requiredValue"></b></td>

<td>
	<!-- [sko]: Bug reported by Amy: Of cause item.actualValue === false does not mean "missing"
    <b ng-show="!item.actualValue">{{ item.missingActualValueLabelId | translate }}</b>  -->
	<b ng-class="{ 'red': !item.match }" ng-bind-html="item.actualValue"></b>
</td>
<td>{{ item.unit }}</td>
<td style="max-width: 300px;" ng-show="item.showDescriptions">
	    {{item.description}}
</td>