diff --git a/typescript/frontend-marios2/src/content/dashboards/Installations/FlatInstallationView.tsx b/typescript/frontend-marios2/src/content/dashboards/Installations/FlatInstallationView.tsx index d7ec91891..32db1479e 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Installations/FlatInstallationView.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Installations/FlatInstallationView.tsx @@ -327,21 +327,33 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => { + {product === 4 && ( + + + + )} - - - + {product !== 4 && ( + + + + )} + {product === 4 && ( + + + + )} @@ -396,6 +408,21 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => { + {product === 4 && ( + + + {installation.installationModel || ''} + + + )} + { - - - {installation.country} - - + {product !== 4 && ( + + + {installation.country} + + + )} { + {product === 4 && ( + + + {installation.city || ''} + + + )} +
{ - + - + - + @@ -202,7 +202,7 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => { noWrap sx={{ marginTop: '10px', fontSize: 'small' }} > - {installation.serialNumber} + {installation.installationModel || ''} @@ -228,7 +228,7 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => { noWrap sx={{ marginTop: '10px', fontSize: 'small' }} > - {installation.canton || ''} + {installation.serialNumber} @@ -241,7 +241,7 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => { noWrap sx={{ marginTop: '10px', fontSize: 'small' }} > - {installation.country} + {installation.city || ''} diff --git a/typescript/frontend-marios2/src/lang/de.json b/typescript/frontend-marios2/src/lang/de.json index c781ba065..fcdbac0ea 100644 --- a/typescript/frontend-marios2/src/lang/de.json +++ b/typescript/frontend-marios2/src/lang/de.json @@ -82,6 +82,7 @@ "deleteInstallation": "Installation löschen", "confirmDeleteInstallation": "Möchten Sie diese Installation löschen?", "installationModel": "Installationsmodell", + "model": "Modell", "externalEms": "Externes EMS", "externalEmsOther": "Externes EMS (angeben)", "emsNo": "Nein", diff --git a/typescript/frontend-marios2/src/lang/en.json b/typescript/frontend-marios2/src/lang/en.json index f871978ba..0de3dfce8 100644 --- a/typescript/frontend-marios2/src/lang/en.json +++ b/typescript/frontend-marios2/src/lang/en.json @@ -64,6 +64,7 @@ "deleteInstallation": "Delete Installation", "confirmDeleteInstallation": "Do you want to delete this installation?", "installationModel": "Installation Model", + "model": "Model", "externalEms": "External EMS", "externalEmsOther": "External EMS (specify)", "emsNo": "No", diff --git a/typescript/frontend-marios2/src/lang/fr.json b/typescript/frontend-marios2/src/lang/fr.json index 7376bacba..17dd936fc 100644 --- a/typescript/frontend-marios2/src/lang/fr.json +++ b/typescript/frontend-marios2/src/lang/fr.json @@ -76,6 +76,7 @@ "deleteInstallation": "Supprimer l'installation", "confirmDeleteInstallation": "Voulez-vous supprimer cette installation ?", "installationModel": "Modèle d'installation", + "model": "Modèle", "externalEms": "EMS externe", "externalEmsOther": "EMS externe (préciser)", "emsNo": "Non", diff --git a/typescript/frontend-marios2/src/lang/it.json b/typescript/frontend-marios2/src/lang/it.json index e5790fc18..dc3bc856f 100644 --- a/typescript/frontend-marios2/src/lang/it.json +++ b/typescript/frontend-marios2/src/lang/it.json @@ -64,6 +64,7 @@ "deleteInstallation": "Elimina installazione", "confirmDeleteInstallation": "Vuoi eliminare questa installazione?", "installationModel": "Modello di installazione", + "model": "Modello", "externalEms": "EMS esterno", "externalEmsOther": "EMS esterno (specificare)", "emsNo": "No",