From f5e3e98d5c14252db91b8642028728553b43baca Mon Sep 17 00:00:00 2001 From: Varun Seereeram Date: Sun, 7 Feb 2016 02:59:07 -0800 Subject: Inventory rework - ui-grid replaces by smart-table - dark theme setted - orange buttons added Change-Id: I2afe3231a1e889a1d23056242167cad65cbfae11 Signed-off-by: Daniel Malachovsky Signed-off-by: Varun Seereeram --- .../resources/vpp/views/inventory-table.tpl.html | 55 +++++++++++----------- 1 file changed, 27 insertions(+), 28 deletions(-) (limited to 'vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html') diff --git a/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html b/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html index 4f15332de..3335ad395 100644 --- a/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html +++ b/vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html @@ -1,32 +1,31 @@
Mount VPP Reload VPPs - - -
-
-
+ + + + + + + + + + + + + + + + + + + + + +
VPP NameIP AddressPortConnection StatusActions
{{vpp.name}}{{vpp.ipAddress}}{{vpp.port}}{{vpp.status}} + View Topology + Edit + Delete +
+
\ No newline at end of file -- cgit 1.2.3-korg