From 843fe81ebf7f11920a52f625bf863a1fad4d29de Mon Sep 17 00:00:00 2001 From: Daniel Malachovsky Date: Fri, 5 Feb 2016 16:24:59 +0100 Subject: UI-Grid initial commit - added angular-ui-grid library for handling expandable table - removed old service (http) and old inventory controller - fixed bridge domains page formatting - fixes bugs due to old code's css - applied Dave's comments Change-Id: Ie10d05bb0da3cb9bac666b66cf7168696c45254f Signed-off-by: Daniel Malachovsky Signed-off-by: Varun Seereeram --- vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'vbd/gui/bundle/src/main/resources/OSGI-INF') diff --git a/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml index 265cd7538..5812bcf70 100644 --- a/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -13,6 +13,7 @@ src/app/vpp/assets/css/next.css src/app/vpp/bower_components/angular-material/angular-material.min.css + src/app/vpp/bower_components/angular-ui-grid/ui-grid.css src/app/vpp/assets/css/vpp.css -- cgit 1.2.3-korg