Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCompare / mwtnCompare-module / src / main / resources / mwtnCompare / templates / compare.tpl.html
1 <td style="text-align: right;" ng-class="{ 'red': !item.match }">{{['mwtn', item.labelId].join('_').toUpperCase() | translate}}</td>
2 <td><b ng-class="{ 'red': !item.match }" ng-bind-html="item.requiredValue"></b></td>
3
4 <td>
5         <!-- [sko]: Bug reported by Amy: Of cause item.actualValue === false does not mean "missing"
6     <b ng-show="!item.actualValue">{{ item.missingActualValueLabelId | translate }}</b>  -->
7         <b ng-class="{ 'red': !item.match }" ng-bind-html="item.actualValue"></b>
8 </td>
9 <td>{{ item.unit }}</td>
10 <td style="max-width: 300px;" ng-show="item.showDescriptions">
11             {{item.description}}
12 </td>