From c93826d5f87d6b68e105f493b05d36525983f54e Mon Sep 17 00:00:00 2001 From: ThaminduDilshan Date: Wed, 18 Dec 2024 11:10:48 +0530 Subject: [PATCH 1/2] Remove admin advisory and remote log publishing from server configs --- features/admin.server.v1/pages/server.tsx | 84 +---------------------- features/admin.server.v1/public-api.ts | 2 - 2 files changed, 1 insertion(+), 85 deletions(-) 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") } - - -
-
Date: Wed, 18 Dec 2024 11:12:10 +0530 Subject: [PATCH 2/2] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/lovely-bottles-hope.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lovely-bottles-hope.md 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