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 --- .../vpp/views/config-interface-dialog.html | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vbd/gui/module/src/main/resources/vpp/views/config-interface-dialog.html (limited to 'vbd/gui/module/src/main/resources/vpp/views/config-interface-dialog.html') diff --git a/vbd/gui/module/src/main/resources/vpp/views/config-interface-dialog.html b/vbd/gui/module/src/main/resources/vpp/views/config-interface-dialog.html new file mode 100644 index 000000000..2d7084b7c --- /dev/null +++ b/vbd/gui/module/src/main/resources/vpp/views/config-interface-dialog.html @@ -0,0 +1,38 @@ + +
+ +
+

+ {{ConfigInterfaceDialogCtrl.interf.label}} +

+ + +
+
+
+
+ +
+ + + + + + Admin Status + + + +
+
+ + + + + + Update + + + +
\ No newline at end of file -- cgit 1.2.3-korg