-
{{sparePartConfig.name.toUpperCase()}}
-
-
+
+
{{contacts[1].name.toUpperCase()}}
+
+
-
-
{{retrofitConfig.name.toUpperCase()}}
-
-
+
+
{{contacts[2].name.toUpperCase()}}
+
+
diff --git a/Step/wwwroot/src/services/machineService.ts b/Step/wwwroot/src/services/machineService.ts
index b86334c9..62437303 100644
--- a/Step/wwwroot/src/services/machineService.ts
+++ b/Step/wwwroot/src/services/machineService.ts
@@ -57,9 +57,9 @@ export interface ClientConfigurationModel {
export interface ContactConfigurationModel {
contactConfig: ContactModel,
- backOfficeConfig: ContactModel,
- retrofitConfig: ContactModel,
- sparePartConfig: ContactModel,
+ contact1: ContactModel,
+ contact2: ContactModel,
+ contact3: ContactModel,
webSiteUrl: string
}