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 --- vbd/gui/module/src/main/resources/vpp/vpp.module.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vbd/gui/module/src/main/resources/vpp/vpp.module.js') 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' }) -- cgit 1.2.3-korg