summaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html')
-rw-r--r--sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html b/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html
deleted file mode 100644
index c5cbc50a..00000000
--- a/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnCompare/mwtnCompare-module/src/main/resources/mwtnCompare/templates/compare.tpl.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<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> \ No newline at end of file