From fd986c3bd38b40f1166d4fada21b7fe81d550aee Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 16 Jun 2026 18:31:32 -0400 Subject: [PATCH] fix(client-ui): relabel Shelve dialog button to Unshelve when that kind is selected (review) --- .../Views/ShelveAlarmWindow.axaml.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Client/ZB.MOM.WW.OtOpcUa.Client.UI/Views/ShelveAlarmWindow.axaml.cs b/src/Client/ZB.MOM.WW.OtOpcUa.Client.UI/Views/ShelveAlarmWindow.axaml.cs index 07d98f08..8fe28063 100644 --- a/src/Client/ZB.MOM.WW.OtOpcUa.Client.UI/Views/ShelveAlarmWindow.axaml.cs +++ b/src/Client/ZB.MOM.WW.OtOpcUa.Client.UI/Views/ShelveAlarmWindow.axaml.cs @@ -46,8 +46,12 @@ public partial class ShelveAlarmWindow : Window { var durationPanel = this.FindControl("DurationPanel"); var kindCombo = this.FindControl("KindCombo"); + var shelveButton = this.FindControl