From d8293f58b1dcdff61c959cadc98da45f418f1965 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Tue, 3 Feb 2026 12:32:59 +0100 Subject: [PATCH] added Installation Serial Number for SodistoreHome in frontend --- .../Information/InformationSodistoreHome.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx index 662907a18..4b1cf5184 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Information/InformationSodistoreHome.tsx @@ -375,6 +375,22 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) { +
+ + } + name="serialNumber" + value={formValues.serialNumber} + onChange={handleChange} + variant="outlined" + fullWidth + /> +
+