From 94f81b069078458a9bbfe55d1228b28614ae058c Mon Sep 17 00:00:00 2001 From: Jose Contreras Date: Mon, 25 Apr 2016 22:22:25 -0400 Subject: [PATCH 1/2] Add list of slots needed by engineering --- front/current/components/project/slots.component.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 00fcc4f..669c71e 100644 --- a/front/current/components/project/slots.component.ts +++ b/front/current/components/project/slots.component.ts @@ -24,6 +24,13 @@ export class SlotsComponent { slots:any[] = [ {name: 'utility-bills', title: 'Utility Bills'}, + {name: 'breakdown-of-bills', title: 'Breakdown of Bills'}, + {name: 'canvas', title: 'Canvas'}, + {name: 'Pictures', title: 'Pictures'}, + {name: 'sketches', title: 'Sketches'}, + {name: 'heat-load', title: 'Heat Load'}, + {name: 'cooling-load', title: 'Cooling Load'}, + {name: 'diagnostic-report', title: 'Diagnostic Report'}, {name: 'sceep-forms', title: 'SCEEP Forms'}, {name: 'pea-reports', title: 'PEA Reports'}, {name: 'balance-sheets', title: 'Balance Sheets'}, -- GitLab From 471b235f1cc273b89425eaab672354e74f3cb1b1 Mon Sep 17 00:00:00 2001 From: Jose Contreras Date: Mon, 25 Apr 2016 22:29:06 -0400 Subject: [PATCH 2/2] change slot name for consistency --- front/current/components/project/slots.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 669c71e..71d7433 100644 --- a/front/current/components/project/slots.component.ts +++ b/front/current/components/project/slots.component.ts @@ -26,7 +26,7 @@ export class SlotsComponent { {name: 'utility-bills', title: 'Utility Bills'}, {name: 'breakdown-of-bills', title: 'Breakdown of Bills'}, {name: 'canvas', title: 'Canvas'}, - {name: 'Pictures', title: 'Pictures'}, + {name: 'pictures', title: 'Pictures'}, {name: 'sketches', title: 'Sketches'}, {name: 'heat-load', title: 'Heat Load'}, {name: 'cooling-load', title: 'Cooling Load'}, -- GitLab