Skip to content

Commit 4e7c1bd

Browse files
committed
feat: add new expand small icon and update constants for tenant installation
1 parent 0a808e2 commit 4e7c1bd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Assets/IconV2/ic-expand-sm.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const DOCUMENTATION = {
3030
GLOBAL_CONFIG_BUILD_INFRA: `${DOCUMENTATION_HOME_PAGE}${DOCUMENTATION_VERSION}/global-configurations/build-infra`,
3131
ENTERPRISE_LICENSE: `${DOCUMENTATION_HOME_PAGE}/enterprise-license`,
3232
KUBE_CONFIG: `${DOCUMENTATION_HOME_PAGE}${DOCUMENTATION_VERSION}/usage/resource-browser#running-kubectl-commands-locally`,
33+
TENANT_INSTALLATION: `${DOCUMENTATION_HOME_PAGE}${DOCUMENTATION_VERSION}/usage/software-distribution-hub/tenants`,
3334
}
3435

3536
export const PATTERNS = {

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import { ReactComponent as ICDockerhub } from '@IconsV2/ic-dockerhub.svg'
4444
import { ReactComponent as ICEcr } from '@IconsV2/ic-ecr.svg'
4545
import { ReactComponent as ICEnv } from '@IconsV2/ic-env.svg'
4646
import { ReactComponent as ICError } from '@IconsV2/ic-error.svg'
47+
import { ReactComponent as ICExpandSm } from '@IconsV2/ic-expand-sm.svg'
4748
import { ReactComponent as ICFailure } from '@IconsV2/ic-failure.svg'
4849
import { ReactComponent as ICFileKey } from '@IconsV2/ic-file-key.svg'
4950
import { ReactComponent as ICFolderUser } from '@IconsV2/ic-folder-user.svg'
@@ -157,6 +158,7 @@ export const iconMap = {
157158
'ic-ecr': ICEcr,
158159
'ic-env': ICEnv,
159160
'ic-error': ICError,
161+
'ic-expand-sm': ICExpandSm,
160162
'ic-failure': ICFailure,
161163
'ic-file-key': ICFileKey,
162164
'ic-folder-user': ICFolderUser,

0 commit comments

Comments
 (0)