summaryrefslogtreecommitdiffstats
path: root/vbd/gui/bundle/src/main/resources/OSGI-INF
diff options
context:
space:
mode:
authorDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-05 16:24:59 +0100
committerGerrit Code Review <gerrit@fd.io>2016-02-05 17:14:33 +0000
commit843fe81ebf7f11920a52f625bf863a1fad4d29de (patch)
treeddb2326f0589a983640c7988e3a510850c244d8d /vbd/gui/bundle/src/main/resources/OSGI-INF
parentbfea3b08066a364b29a7e192a8d380572e129349 (diff)
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 <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com>
Diffstat (limited to 'vbd/gui/bundle/src/main/resources/OSGI-INF')
-rw-r--r--vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<list>
<value>src/app/vpp/assets/css/next.css</value>
<value>src/app/vpp/bower_components/angular-material/angular-material.min.css</value>
+ <value>src/app/vpp/bower_components/angular-ui-grid/ui-grid.css</value>
<value>src/app/vpp/assets/css/vpp.css</value>
</list>
</property>