diff options
author | Varun Seereeram <vseereer@cisco.com> | 2016-02-07 02:59:07 -0800 |
---|---|---|
committer | Daniel Malachovsky <daniel.malachovsky@pantheon.sk> | 2016-02-07 18:48:11 +0000 |
commit | f5e3e98d5c14252db91b8642028728553b43baca (patch) | |
tree | e649a4dc6fc326bd2f39475d6ca359d96b322952 /vbd/gui/bundle/src/main/resources | |
parent | df53da6e0a476db6c0e46b9d5e6c2b5d620c600a (diff) |
Inventory rework
- ui-grid replaces by smart-table
- dark theme setted
- orange buttons added
Change-Id: I2afe3231a1e889a1d23056242167cad65cbfae11
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')
-rw-r--r-- | vbd/gui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 1 |
1 files changed, 0 insertions, 1 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 5812bcf70..265cd7538 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,7 +13,6 @@ <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> |