From 514939ff19a8838e45934f90af039fbeea12fd40 Mon Sep 17 00:00:00 2001 From: Daniel Malachovsky Date: Tue, 9 Feb 2016 20:16:14 +0100 Subject: Design changes p. 1 - fixed some design flaws - added tunnel table into inventory detail - added filter to remove vxlan_tunnel from interfaces list in bd mnager Change-Id: Ia9f0ca737d062ed2ed57734561dbece34d20b7c3 Signed-off-by: Daniel Malachovsky --- .../resources/vpp/views/inventory-detail.tpl.html | 33 ++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'vbd/gui/module/src/main/resources/vpp/views/inventory-detail.tpl.html') diff --git a/vbd/gui/module/src/main/resources/vpp/views/inventory-detail.tpl.html b/vbd/gui/module/src/main/resources/vpp/views/inventory-detail.tpl.html index 1fc3fa617..9d08cf67d 100644 --- a/vbd/gui/module/src/main/resources/vpp/views/inventory-detail.tpl.html +++ b/vbd/gui/module/src/main/resources/vpp/views/inventory-detail.tpl.html @@ -11,7 +11,12 @@
-

VPP Detail

+
+

VPP Detail

+
+
+ Back to VPP List +
@@ -37,6 +42,30 @@
+ +
+

VXLAN Tunnel

+
+ + + + + + + + + + + + + + + + + + + +
NameOper StatusAdmin StatusSource IPDestination IP
{{interface.name}}{{interface['admin-status']}}{{interface['phys-address']}}{{interface['v3po:vxlan'].src}}{{interface['v3po:vxlan'].dst}}
@@ -56,7 +85,7 @@ - + {{interface.name}} {{interface['oper-status']}} {{interface['admin-status']}} -- cgit 1.2.3-korg