From 11b68574c970e738e14edd6c7269b782cb3e0316 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Sat, 8 Nov 2025 14:11:49 +0100 Subject: [PATCH] added "Mode" on Live View tab for SodistoreHome --- .../SodiohomeInstallations/Installation.tsx | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx index 0286a8fd3..ab57e8074 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/Installation.tsx @@ -298,6 +298,37 @@ function SodioHomeInstallation(props: singleInstallationProps) { {props.current_installation.name} + + {currentTab == 'live' && values && ( +
+ + + + + {values.Config.OperatingPriority} + +
+ )} +