diff --git a/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue b/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue index 79460d36c595..33da9dd8aa7c 100644 --- a/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue +++ b/html/pfappserver/root/src/views/Configuration/services/_components/TheForm.vue @@ -240,7 +240,6 @@ import { FormGroupHttpdCollector, FormGroupHttpdDispatcher, FormGroupHttpdPortal, - FormGroupHttpdProxy, FormGroupHttpdWebservices, FormGroupIptables, FormGroupIp6tables, @@ -290,7 +289,6 @@ const components = { FormGroupHttpdCollector, FormGroupHttpdDispatcher, FormGroupHttpdPortal, - FormGroupHttpdProxy, FormGroupHttpdWebservices, FormGroupIptables, FormGroupIp6tables, diff --git a/html/pfappserver/root/src/views/Configuration/services/_components/index.js b/html/pfappserver/root/src/views/Configuration/services/_components/index.js index c626a2d85e36..6c7814b73385 100644 --- a/html/pfappserver/root/src/views/Configuration/services/_components/index.js +++ b/html/pfappserver/root/src/views/Configuration/services/_components/index.js @@ -23,7 +23,6 @@ export { BaseFormGroupToggleDisabledEnabled as FormGroupHttpdCollector, BaseFormGroupToggleDisabledEnabled as FormGroupHttpdDispatcher, BaseFormGroupToggleDisabledEnabled as FormGroupHttpdPortal, - BaseFormGroupToggleDisabledEnabled as FormGroupHttpdProxy, BaseFormGroupToggleDisabledEnabled as FormGroupHttpdWebservices, BaseFormGroupToggleDisabledEnabled as FormGroupIptables, BaseFormGroupToggleDisabledEnabled as FormGroupIp6tables,