From 56a17a02ad160dd85d0596f9176848ca8908670c Mon Sep 17 00:00:00 2001 From: Sebastian Colorado Date: Thu, 10 Dec 2015 15:56:26 -0500 Subject: [PATCH] Visual tweaks --- .../TeamDBAwesome/js/adminController.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TeamDBAwesome/TeamDBAwesome/js/adminController.js b/TeamDBAwesome/TeamDBAwesome/js/adminController.js index d966167..7b76474 100644 --- a/TeamDBAwesome/TeamDBAwesome/js/adminController.js +++ b/TeamDBAwesome/TeamDBAwesome/js/adminController.js @@ -1,10 +1,8 @@ // This controller will hold logic for the employee Portal homepage (Order List, Logout), Customer Info, Media Center, and Reports -<<<<<<< HEAD -angular.module('routerApp').controller('adminController', function ($scope, $http, $log, $timeout, $cookies, urlService, $anchorScroll, $location, $q, $state, $rootScope, HolderService, uiGridConstants) { -======= -angular.module('routerApp').controller('adminController', function ($scope, $http, $log, $timeout, $cookies, urlService, $anchorScroll, $location, $q, $state, $rootScope, HolderService, $uibModal) { ->>>>>>> origin/master + +angular.module('routerApp').controller('adminController', function ($scope, $http, $log, $timeout, $cookies, urlService, $anchorScroll, $location, $q, $state, $rootScope, HolderService, $uibModal,uiGridConstants) { + /* Retrieve Url */ var url = urlService.web; $scope.name = $cookies.get('name'); @@ -520,7 +518,8 @@ angular.module('routerApp').controller('adminController', function ($scope, $htt condition: uiGridConstants.filter.LESS_THAN, placeholder: 'less than' } - ] + ], + width: '5%' }, { field: 'customerId', displayName: 'Customer Id', filters: [ @@ -532,12 +531,13 @@ angular.module('routerApp').controller('adminController', function ($scope, $htt condition: uiGridConstants.filter.LESS_THAN, placeholder: 'less than' } - ] + ], + width: '5%' }, { field: 'invoiceDate', displayName: 'Date' }, { field: 'address', displayName: 'Street Address' }, { field: 'city', displayName: 'City' }, - { field: 'state', displayName: 'State' }, + { field: 'state', displayName: 'State', width: '5%' }, { field: 'country', displayName: 'Country' }, { field: 'post', displayName: 'Postal Code' }, {field: 'total',