From 1141a741b9502c95517b8463d4a5bef295feac69 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Mon, 17 Nov 2025 12:41:37 +0100 Subject: [PATCH] added BatteryClusterNumber in Information tab frontend --- .../Information/InformationSodistoreHome.tsx | 16 ++++++++++++++++ .../SodistorehomeInstallationForm.tsx | 16 ++++++++++++++++ .../src/interfaces/InstallationTypes.tsx | 1 + 3 files changed, 33 insertions(+) diff --git a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx index 4cb02d1ae..ce2f2afa3 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx @@ -337,6 +337,22 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) { /> +
+ + } + name="batteryClusterNumber" + value={formValues.batteryClusterNumber} + onChange={handleChange} + variant="outlined" + fullWidth + /> +
+
+
+ + } + name="batteryClusterNumber" + value={formValues.batteryClusterNumber} + onChange={handleChange} + variant="outlined" + fullWidth + /> +
+