From 582df11fa72be5af5a3cde6b1b5e6a1c51392b67 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 19 Feb 2026 14:34:19 +0100 Subject: [PATCH] Moved SERV template editing to separate grid within admin region --- ENI2/Controls/SERVTemplatesControl.xaml | 67 +++++++++ ENI2/Controls/SERVTemplatesControl.xaml.cs | 131 ++++++++++++++++++ .../PortNotificationDetailControl.xaml | 17 --- .../PortNotificationDetailControl.xaml.cs | 59 +------- ENI2/ENI2.csproj | 65 +++++---- ENI2/MainWindow.xaml | 5 + ENI2/MainWindow.xaml.cs | 33 +++-- ENI2/SheetDisplayControls/PortControl.xaml | 16 --- ENI2/SheetDisplayControls/PortControl.xaml.cs | 61 +------- bsmd.database/DBManagerAsync.cs | 46 +++++- bsmd.database/SERV_Template.cs | 4 - 11 files changed, 305 insertions(+), 199 deletions(-) create mode 100644 ENI2/Controls/SERVTemplatesControl.xaml create mode 100644 ENI2/Controls/SERVTemplatesControl.xaml.cs diff --git a/ENI2/Controls/SERVTemplatesControl.xaml b/ENI2/Controls/SERVTemplatesControl.xaml new file mode 100644 index 00000000..3862978b --- /dev/null +++ b/ENI2/Controls/SERVTemplatesControl.xaml @@ -0,0 +1,67 @@ + + + + + + +