diff --git a/.changeset/lovely-bottles-hope.md b/.changeset/lovely-bottles-hope.md new file mode 100644 index 00000000000..0d812b1cda8 --- /dev/null +++ b/.changeset/lovely-bottles-hope.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.server.v1": patch +--- + +Remove admin advisory and remote log publishing from server configs diff --git a/features/admin.server.v1/pages/server.tsx b/features/admin.server.v1/pages/server.tsx index 099dc40eaac..1a1f4ad4fd6 100644 --- a/features/admin.server.v1/pages/server.tsx +++ b/features/admin.server.v1/pages/server.tsx @@ -21,11 +21,7 @@ import Avatar from "@oxygen-ui/react/Avatar"; import Card from "@oxygen-ui/react/Card"; import Grid from "@oxygen-ui/react/Grid"; import Typography from "@oxygen-ui/react/Typography"; -import { - ArrowLoopRightUserIcon, - UserBannerIcon, - UserIcon -} from "@oxygen-ui/react-icons"; +import { ArrowLoopRightUserIcon } from "@oxygen-ui/react-icons"; import { AppConstants, history } from "@wso2is/admin.core.v1"; import { IdentifiableComponentInterface } from "@wso2is/core/models"; import { GenericIcon, PageLayout } from "@wso2is/react-components"; @@ -63,84 +59,6 @@ export const ServerSettingsListingPage: FunctionComponent - - history.push(AppConstants.getPaths().get("ADMIN_ADVISORY_BANNER_EDIT")) } - > - -
- - - - ) } - inline - transparent - shape="square" - /> -
- - { t("console:manage.features.serverConfigs.adminAdvisory." + - "configurationSection.heading") } - -
- - - { t("console:manage.features.serverConfigs.adminAdvisory." + - "configurationSection.description") } - - -
-
- - history.push(AppConstants.getPaths().get("REMOTE_LOGGING")) } - > - -
- - - - ) } - inline - transparent - shape="square" - /> -
- - { t("console:manage.features.serverConfigs.remoteLogPublishing" + - ".title") } - -
- - - { t("console:manage.features.serverConfigs.remoteLogPublishing" + - ".description") } - - -
-