diff options
author | Varun Seereeram <vseereer@cisco.com> | 2016-02-04 05:15:51 -0800 |
---|---|---|
committer | Robert Varga <nite@hq.sk> | 2016-02-04 17:32:32 +0100 |
commit | 882ddc69b05a4001718d90aa9c57f1e13d80aa0d (patch) | |
tree | 1345178f9dba4b72906836b47477c67ba2809431 /vbd/pom.xml | |
parent | 517c7d143f399e7343082e2e7978ace2260271a8 (diff) |
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>
Diffstat (limited to 'vbd/pom.xml')
-rw-r--r-- | vbd/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vbd/pom.xml b/vbd/pom.xml index 7c53a526c..3a96320ae 100644 --- a/vbd/pom.xml +++ b/vbd/pom.xml @@ -34,6 +34,7 @@ <modules> <module>api</module> <module>artifacts</module> + <module>gui</module> <module>features</module> <module>impl</module> <module>karaf</module> |