Dont allow maintence page on remote nodes

This commit is contained in:
Owen
2025-12-23 15:24:26 -05:00
parent ddaaf34dbd
commit 729c2adb3f
4 changed files with 8 additions and 6 deletions

View File

@@ -189,7 +189,7 @@ function MaintenanceSectionForm({
name="maintenanceModeEnabled"
render={({ field }) => {
const isDisabled =
isSecurityFeatureDisabled();
isSecurityFeatureDisabled() || resource.http === false;
return (
<FormItem>