Clarify SMC-only restart path; no separate domain console required.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1506,9 +1506,11 @@ namespace ZA.CoreService.ESBCertificateManager
|
||||
DialogResult confirm = MessageBox.Show(
|
||||
this,
|
||||
$"Container wirklich neu starten?\n\n" +
|
||||
$"Ziele: {targetNames}\n" +
|
||||
"Domain bleibt aus appsettings (z.B. proalpha-test).\n" +
|
||||
"Erfolg nur bei verifiziertem Prozess-Neustart (sichtbar in SMC).",
|
||||
$"Ziele: {targetNames}\n\n" +
|
||||
"Wie in der Sonic Management Console:\n" +
|
||||
"stopcontainer.bat / startcontainer.bat unter SonicHome\\bin\n" +
|
||||
"(z.B. proalpha-test.DE-Test).\n\n" +
|
||||
"Keine separate Domain-Console nötig – nur SMC + SonicHome.",
|
||||
"ESB neu starten",
|
||||
MessageBoxButtons.YesNo,
|
||||
MessageBoxIcon.Warning);
|
||||
|
||||
Reference in New Issue
Block a user