summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html
diff options
context:
space:
mode:
authorVarun Seereeram <vseereer@cisco.com>2016-02-04 05:15:51 -0800
committerRobert Varga <nite@hq.sk>2016-02-04 17:32:32 +0100
commit882ddc69b05a4001718d90aa9c57f1e13d80aa0d (patch)
tree1345178f9dba4b72906836b47477c67ba2809431 /vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html
parent517c7d143f399e7343082e2e7978ace2260271a8 (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/gui/module/src/main/resources/vpp/views/vpp-topo.html')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html b/vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html
new file mode 100644
index 000000000..8b3c9fd8a
--- /dev/null
+++ b/vbd/gui/module/src/main/resources/vpp/views/vpp-topo.html
@@ -0,0 +1,18 @@
+<md-dialog ng-cloak aria-label="vpp topo">
+ <form>
+ <md-toolbar>
+ <div class="md-toolbar-tools">
+ <h2 style="color: white">
+ Topology for {{VppTopoCtrl.vpp.name}}
+ </h2>
+ <span flex></span>
+ <md-button class="md-icon-button" ng-click="VppTopoCtrl.close()" aria-label="close button">
+ <div>X</div>
+ </md-button>
+ </div>
+ </md-toolbar>
+ <md-dialog-content style="max-width:500px;max-height:500px;overflow:hidden">
+ <div id="next-vpp-topo"></div>
+ </md-dialog-content>
+ </form>
+</md-dialog> \ No newline at end of file