GUI initial commit 09/209/6
authorVarun Seereeram <vseereer@cisco.com>
Thu, 4 Feb 2016 13:15:51 +0000 (05:15 -0800)
committerRobert Varga <nite@hq.sk>
Thu, 4 Feb 2016 16:32:32 +0000 (17:32 +0100)
commit882ddc69b05a4001718d90aa9c57f1e13d80aa0d
tree1345178f9dba4b72906836b47477c67ba2809431
parent517c7d143f399e7343082e2e7978ace2260271a8
GUI initial commit

- open ui on http://controllerIp:8181/index.html
- added interfaces to vpp topo.
- fixed VPP mounting
- fixed VPP Editing and deleting

Change-Id: I6ae2c6e5781d3e0cdb78b112d706b9f5076301d5
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
Signed-off-by: Varun Seereeram <vseereer@cisco.com>
Signed-off-by: Robert Varga <nite@hq.sk>
50 files changed:
vbd/artifacts/pom.xml
vbd/features/pom.xml
vbd/features/src/main/features/features.xml
vbd/gui/bundle/pom.xml [new file with mode: 0644]
vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
vbd/gui/module/pom.xml [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/.gitignore [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/css/next.css [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/data/locale-en_US.json [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/CiscoSansExtraLight.otf [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/CiscoSansRegular.otf [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansextralight-webfont.eot [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansextralight-webfont.svg [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansextralight-webfont.ttf [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansextralight-webfont.woff [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansregular-webfont.eot [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansregular-webfont.svg [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansregular-webfont.ttf [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/ciscosansregular-webfont.woff [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/next-font.eot [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/next-font.svg [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/next-font.ttf [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/fonts/next-font.woff [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/images/bd1.svg [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/images/bd2.svg [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/images/interf.svg [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/images/vpp.gif [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/js/lodash.min.js [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/assets/js/next.js [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/bower.json [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/main.js [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/package.json [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/config-interface-dialog.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/config-vpp-dialog.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/index.tpl.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/inventory.tpl.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/new-bd-dialog.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/new-vpp-dialog.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/root.tpl.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/vpp.controller.js [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/vpp.css [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/vpp.module.js [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/vpp.services.js [new file with mode: 0644]
vbd/gui/pom.xml [new file with mode: 0644]
vbd/karaf/pom.xml
vbd/pom.xml