From 3db018304524138f762cd4d004cf304cc4cba518 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 5 Oct 2022 13:16:43 -0400 Subject: [PATCH 1/2] Update webpanel version bundled --- build/ControlPanelVersion.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ControlPanelVersion.props b/build/ControlPanelVersion.props index 5da5b5abcc..3fc3e9b4ec 100644 --- a/build/ControlPanelVersion.props +++ b/build/ControlPanelVersion.props @@ -1,6 +1,6 @@ - 4.0.0 + 4.2.2 From 9ee0c43c0685fe2aece9650428fe659b0005bf47 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 5 Oct 2022 13:17:44 -0400 Subject: [PATCH 2/2] The webpanel is no longer incomplete --- src/Tgstation.Server.Host/Setup/SetupWizard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Setup/SetupWizard.cs b/src/Tgstation.Server.Host/Setup/SetupWizard.cs index f07f33d4be..7618c7986f 100644 --- a/src/Tgstation.Server.Host/Setup/SetupWizard.cs +++ b/src/Tgstation.Server.Host/Setup/SetupWizard.cs @@ -801,7 +801,7 @@ namespace Tgstation.Server.Host.Setup { var config = new ControlPanelConfiguration { - Enable = await PromptYesNo("Enable the web control panel (Incomplete)? (y/n): ", cancellationToken), + Enable = await PromptYesNo("Enable the web control panel? (y/n): ", cancellationToken), AllowAnyOrigin = await PromptYesNo("Allow web control panels hosted elsewhere to access the server? (Access-Control-Allow-Origin: *) (y/n): ", cancellationToken), };