File tree Expand file tree Collapse file tree
Pages-Devtron-2.0/Navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @devtron-labs/devtron-fe-common-lib" ,
3- "version" : " 1.22.6 -beta-6 " ,
3+ "version" : " 1.22.8 -beta-3 " ,
44 "description" : " Supporting common component library" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ export const URLS = {
102102 APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP_CREATE : `${ APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP } /create` ,
103103 // NOTE: using appId since we are re-using AppConfig component
104104 APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP_DETAIL : `${ APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP } /detail/:appId` ,
105- APPLICATION_MANAGEMENT_PROJECTS : `${ APPLICATION_MANAGEMENT_ROOT } /projects` ,
106105 APPLICATION_MANAGEMENT_CONFIGURATIONS ,
107106 APPLICATION_MANAGEMENT_CONFIGURATIONS_DEPLOYMENT_CHARTS : `${ APPLICATION_MANAGEMENT_CONFIGURATIONS } /deployment-charts` ,
108107 APPLICATION_MANAGEMENT_CONFIGURATIONS_SCOPED_VARIABLES : `${ APPLICATION_MANAGEMENT_CONFIGURATIONS } /scoped-variables` ,
@@ -154,6 +153,7 @@ export const URLS = {
154153 GLOBAL_CONFIG : GLOBAL_CONFIG_ROOT ,
155154 GLOBAL_CONFIG_DOCKER : `${ GLOBAL_CONFIG_ROOT } /docker` ,
156155 GLOBAL_CONFIG_EDIT_CLUSTER : `${ GLOBAL_CONFIG_ROOT } /cluster-env/edit/:clusterId` ,
156+ GLOBAL_CONFIG_PROJECTS : `${ GLOBAL_CONFIG_ROOT } /projects` ,
157157 PERMISSION_GROUPS : `${ GLOBAL_CONFIG_ROOT } /auth/groups` ,
158158 EXTERNAL_APPS : 'ea' ,
159159} as const
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export type NavigationItemID =
88 | 'application-management-application-groups'
99 | 'application-management-bulk-edit'
1010 | 'application-management-application-templates'
11- | 'application-management-projects'
1211 | 'application-management-configurations'
1312 | 'application-management-policies'
1413 | 'infrastructure-management-overview'
@@ -38,6 +37,7 @@ export type NavigationItemID =
3837 | 'global-configuration-cluster-and-environments'
3938 | 'global-configuration-container-oci-registry'
4039 | 'global-configuration-authorization'
40+ | 'global-configuration-projects'
4141 | 'data-protection-overview'
4242 | 'data-protection-backup-and-schedule'
4343 | 'data-protection-restores'
Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ export interface customEnv {
188188 */
189189 FEATURE_STORAGE_ENABLE ?: boolean
190190 FEATURE_ATHENA_DEBUG_MODE_ENABLE ?: boolean
191+ /** Org ID for grafana */
192+ GRAFANA_ORG_ID ?: number
191193}
192194declare global {
193195 interface Window {
You can’t perform that action at this time.
0 commit comments