aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.html
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.html')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.html b/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.html
deleted file mode 100644
index 8852d869..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/webapp/app/view/bundle/bundle.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- Bundle page partial html -->
-<div id="bundle" class="container">
- <div class="main-left">
- <h4>You are subscribed to the</h4>
- <h3>{{name}}</h3>
- <p>{{desc}}</p>
- <table>
- <tr ng-repeat="func in funcs" class="fadein">
- <td class="icon">
- <img ng-src="{{'/imgs/' + func.id + '.png'}}">
- </td>
- <td class="name">{{func.name}}</td>
- <td class="desc">{{func.desc}}</td>
- </tr>
- </table>
- </div>
- <div class="main-right">
- <img src="imgs/bundle.jpg">
- <div ng-click="showBundles()">
- <h2>Available Bundles</h2>
- </div>
- <div id="bundles" bundle-available></div>
- </div>
-</div> \ No newline at end of file