aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/user/ratingPanel.html
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/user/ratingPanel.html')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/user/ratingPanel.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/user/ratingPanel.html b/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/user/ratingPanel.html
deleted file mode 100644
index 04ee4303..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/user/ratingPanel.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--Partial HTML for rating panel directive-->
-<div id="rating-panel">
- <div ng-cloak class="ng-hide ng-cloak panel" ng-show="ratingsShown">
- <table>
- <tr>
- <th class="title">Category</th>
- <th ng-repeat="rating in level_order">{{rating}}</th>
- </tr>
- <tr ng-repeat="cat in category_order">
- <td class="title">{{cat}}</td>
- <td ng-repeat="r in level_order">
- <div ng-if="prohibitedSites[r][cat]">
- <icon size="15" id="xMark"></icon>
- </div>
- <div ng-if="!prohibitedSites[r][cat]">
- <icon size="15" id="checkMark"></icon>
- </div>
- </td>
- </tr>
- </table>
- </div>
-</div> \ No newline at end of file