Keep original UI; drop unused deploy/XApi/WinRM/TLS/SQL paths.

Form1 design unchanged; only MfApi restart and certificate recognition remain active.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-24 11:09:46 +02:00
co-authored by Cursor
parent 7a9cdb6ecf
commit d1b95bcb9d
17 changed files with 70 additions and 2628 deletions
@@ -65,16 +65,8 @@ public sealed class SonicConnection
=> ManagementMode == SonicManagementMode.WinRm
&& EffectiveManagementMode == SonicManagementMode.LocalCmd;
/// <summary>Anzeigetext für UI (inkl. Auto-Erkennung).</summary>
public string ManagementModeDisplay
=> IsLocalCmdAutoForced
? "LocalCmd (Host lokal erkannt)"
: EffectiveManagementMode switch
{
SonicManagementMode.MfApi => "MfApi (SMC Management Application API)",
SonicManagementMode.LocalCmd => "LocalCmd (nur wenn stopcontainer.bat existiert)",
_ => EffectiveManagementMode.ToString()
};
/// <summary>Anzeigetext für UI.</summary>
public string ManagementModeDisplay => "MfApi (SMC Management Application API)";
/// <summary>
/// True wenn der Host aus ConnectionUrl dieser Maschine entspricht