summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/vpp.module.js
diff options
context:
space:
mode:
authorVarun Seereeram <vseereer@cisco.com>2016-02-07 02:59:07 -0800
committerDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-07 18:48:11 +0000
commitf5e3e98d5c14252db91b8642028728553b43baca (patch)
treee649a4dc6fc326bd2f39475d6ca359d96b322952 /vbd/gui/module/src/main/resources/vpp/vpp.module.js
parentdf53da6e0a476db6c0e46b9d5e6c2b5d620c600a (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/module/src/main/resources/vpp/vpp.module.js')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/vpp.module.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/vpp.module.js b/vbd/gui/module/src/main/resources/vpp/vpp.module.js
index 56a1852de..712db65d5 100644
--- a/vbd/gui/module/src/main/resources/vpp/vpp.module.js
+++ b/vbd/gui/module/src/main/resources/vpp/vpp.module.js
@@ -6,11 +6,11 @@
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
define(['angularAMD', 'app/routingConfig', 'ui-bootstrap', 'Restangular', 'angular-animate', 'angular-aria',
- 'angular-material', 'angular-smart-table', 'angular-ui-grid', 'angular-translate',
+ 'angular-material', 'angular-smart-table', 'angular-translate',
'angular-translate-loader-partial'], function() {
var vpp = angular.module('app.vpp', ['ui.router.state','app.core', 'ui.bootstrap', 'restangular', 'ngAnimate',
- 'ngAria', 'ngMaterial', 'smart-table', 'ui.grid', 'ui.grid.expandable', 'pascalprecht.translate']);
+ 'ngAria', 'ngMaterial', 'smart-table', 'pascalprecht.translate']);
vpp.register = vpp;
@@ -102,7 +102,7 @@ define(['angularAMD', 'app/routingConfig', 'ui-bootstrap', 'Restangular', 'angul
'contrastLightColors': undefined // could also specify this if default was 'dark'
});
- $mdThemingProvider.theme('default')
+ $mdThemingProvider.theme('default').dark()
.primaryPalette('odl-gray',{
'default': '500'
})