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 --- .../resources/vpp/views/bridge-domains.tpl.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html (limited to 'vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html') diff --git a/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html b/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html new file mode 100644 index 000000000..a8b4689d1 --- /dev/null +++ b/vbd/gui/module/src/main/resources/vpp/views/bridge-domains.tpl.html @@ -0,0 +1,43 @@ +
+ + +
+
+
+ + + + {{bd.name}} + + Add BD + Remove BD + + + + + + + + + + + + + + + + + + + +
AssignedInterface NameDescriptionBridge Domain
+ + + {{row.label}}{{row.description}}{{row['v3po:l2']['bridge-domain']}}
+ + Deploy + +
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg