From 882ddc69b05a4001718d90aa9c57f1e13d80aa0d Mon Sep 17 00:00:00 2001 From: Varun Seereeram Date: Thu, 4 Feb 2016 05:15:51 -0800 Subject: 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 Signed-off-by: Varun Seereeram Signed-off-by: Robert Varga --- vbd/gui/module/pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 vbd/gui/module/pom.xml (limited to 'vbd/gui/module/pom.xml') diff --git a/vbd/gui/module/pom.xml b/vbd/gui/module/pom.xml new file mode 100644 index 000000000..b60ac7b5a --- /dev/null +++ b/vbd/gui/module/pom.xml @@ -0,0 +1,56 @@ + + + + 4.0.0 + + io.fd.honeycomb.vbd + vbd-aggregator + 1.0.0-SNAPSHOT + ../../ + + + io.fd.honeycomb.vbd + vbd-ui-module + 1.0.0-SNAPSHOT + ${project.artifactId} + VPP UI Module Resources + jar + + + + + com.github.eirslett + frontend-maven-plugin + 0.0.27 + + v0.12.9 + 3.1.3 + src/main/resources/vpp/ + + + + npm + + install-node-and-npm + npm + + generate-resources + + + bower + + bower + + + + + + + + -- cgit 1.2.3-korg