diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 00fcc4f404d05d50b7c4a8ec8b4013f51801754d..71d7433038499eec39951572caaa305a7392feb8 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'},