Skip to content

Commit

Permalink
feat(kms): remove new and beta tag from menu for KMS
Browse files Browse the repository at this point in the history
ref: MANAGER-15944

Signed-off-by: Vincent BONMARCHAND <[email protected]>
  • Loading branch information
vovh committed Nov 15, 2024
1 parent 6e5a276 commit 3bf43e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,12 @@ export default function DedicatedSidebar() {
id: 'identity-security-operations',
label: t('sidebar_identity_security_operations'),
icon: <OsdsIcon name={ODS_ICON_NAME.CLOUD_EYE_CONCEPT} size={ODS_ICON_SIZE.xxs} color={ODS_THEME_COLOR_INTENT.text}/>,
badge: 'new',
pathMatcher: new RegExp('^/key-management-service'),
subItems: [
{
id: 'key-management-service',
label: t('sidebar_key-management-service'),
href: navigation.getURL('key-management-service', '/'),
badge: 'beta',
pathMatcher: new RegExp('^/key-management-service'),
icon: keyIcon,
async loader() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,12 @@ export default function HostedPrivateCloudSidebar() {
id: 'identity-security-operations',
label: t('sidebar_identity_security_operations'),
icon: <OsdsIcon name={ODS_ICON_NAME.CLOUD_EYE_CONCEPT} size={ODS_ICON_SIZE.xxs} color={ODS_THEME_COLOR_INTENT.text}/>,
badge: 'new',
pathMatcher: new RegExp('^/key-management-service'),
subItems: [
{
id: 'key-management-service',
label: t('sidebar_key-management-service'),
href: navigation.getURL('key-management-service', '/'),
badge: 'beta',
pathMatcher: new RegExp('^/key-management-service'),
icon: keyIcon,
async loader() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,11 @@ export function getPciProjectMenu(
pciMenu.push({
id: 'identity-security',
title: 'Identity, Security & Operations',
badge: 'new',
subItems: [
{
id: 'key-management-service',
title: 'Key Management Service',
href: getURL('key-management-service', `/`),
badge: 'beta'
},
],
},
Expand Down

0 comments on commit 3bf43e7

Please sign in to comment.