From c9f786eaeee94708d86b237dc962ca688313c3f2 Mon Sep 17 00:00:00 2001 From: piratefinn Date: Tue, 22 May 2018 13:00:49 +0100 Subject: [PATCH] removed icon list for sectors --- .../dashboard/dashboard-customer.component.ts | 72 ------------------- 1 file changed, 72 deletions(-) diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts index ab40f2b..4bfa98d 100644 --- a/src/app/dashboard/dashboard-customer.component.ts +++ b/src/app/dashboard/dashboard-customer.component.ts @@ -100,78 +100,6 @@ export class DashboardCustomerComponent implements OnInit { count: 0, }; - sectorNames = { - A: 'Agriculture, Forestry & Fishing', - B: 'Mining & Quarrying', - C: 'Manufacturing', - D: 'Electricity, Gas, Steam & Air Conditioning', - E: 'Water & Waste Management', - F: 'Construction', - G: 'Wholesale & Retail Trade', - H: 'Transportation & Storage', - I: 'Accomodation & Food Services', - J: 'Information & Communication', - K: 'Financial & Insurance Activities', - L: 'Real Estate', - M: 'Professional, Scientfic & Technical', - N: 'Administrative & Support Services', - O: 'Public Administration, Defence & Social Security', - P: 'Education', - Q: 'Human Health & Social Work', - R: 'Arts, Entertainment & Recreation', - S: 'Other Service Activities', - T: 'Household Domestic Business', - U: 'Extraterritorial Organisations and Bodies' - } - - sectorIcons = { - A: 'icon-drop', - B: 'icon-diamond', - C: 'icon-settings', - D: 'icon-energy', - E: 'icon-trash', - F: 'icon-wrench', - G: 'icon-tag', - H: 'icon-speedometer', - I: 'icon-cup', - J: 'icon-feed', - K: 'icon-credit-card', - L: 'icon-graph', - M: 'icon-chemistry', - N: 'icon-drawer', - O: 'icon-pie-chart', - P: 'icon-graduation', - Q: 'icon-support', - R: 'icon-film', - S: 'icon-calendar', - T: 'icon-home', - U: 'icon-globe', - } - - sectorClasses = { - A: 'bg-primary', - B: 'bg-success', - C: 'bg-danger', - D: 'bg-warning', - E: 'bg-info', - F: 'bg-primary', - G: 'bg-success', - H: 'bg-danger', - I: 'bg-warning', - J: 'bg-info', - K: 'bg-primary', - L: 'bg-success', - M: 'bg-danger', - N: 'bg-warning', - O: 'bg-info', - P: 'bg-primary', - Q: 'bg-success', - R: 'bg-danger', - S: 'bg-warning', - T: 'bg-info', - U: 'bg-primary', - } - showTotalCategoryList: boolean = false; totalCategoryLimit: number = 10; totalCategoryList: any;