From beb019587541ec0e2155f9642f6d5be5b7b164e1 Mon Sep 17 00:00:00 2001 From: "b.makharadze" <81828475+bmidf@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:54:42 +0400 Subject: [PATCH 1/2] Add show buttons --- .../com.inductiveautomation.perspective/session-props/props.json | 1 + 1 file changed, 1 insertion(+) diff --git a/MTN6_SCADA/com.inductiveautomation.perspective/session-props/props.json b/MTN6_SCADA/com.inductiveautomation.perspective/session-props/props.json index 045f3fe..f49c32f 100644 --- a/MTN6_SCADA/com.inductiveautomation.perspective/session-props/props.json +++ b/MTN6_SCADA/com.inductiveautomation.perspective/session-props/props.json @@ -3,6 +3,7 @@ "alarm_filter": { "magnificaiton": "x2", "orderby": false, + "show_buttons": true, "show_camera_jams": true, "show_diagnostic": true, "show_fio": true, From 77ca1115a05ef4f5e300c1459ab412f23f1f8863 Mon Sep 17 00:00:00 2001 From: "b.makharadze" <81828475+bmidf@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:02:21 +0400 Subject: [PATCH 2/2] Add proper filter for name to JR-PB docked east --- .../Information-Docked-East-JR-PB/view.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-JR-PB/view.json b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-JR-PB/view.json index 19fbe73..2f806cf 100644 --- a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-JR-PB/view.json +++ b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-JR-PB/view.json @@ -356,7 +356,7 @@ }, "transforms": [ { - "code": "\treturn value[24:]", + "code": " return value.rsplit(\u0027/\u0027, 1)[-1]", "type": "script" } ],