File tree Expand file tree Collapse file tree 6 files changed +7
-59
lines changed Expand file tree Collapse file tree 6 files changed +7
-59
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ FEATURE_APPLICATION_TEMPLATES_ENABLE=true
64
64
FEATURE_CODE_MIRROR_ENABLE = false
65
65
FEATURE_EXPERIMENTAL_THEMING_ENABLE = true
66
66
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE = false
67
- GATEKEEPER_URL = devtron.ai
67
+ GATEKEEPER_URL = https://license. devtron.ai/dashboard
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 1.10.0-patch-5 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.10.0-patch-6 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import {
42
42
} from './components/common'
43
43
import { UPDATE_AVAILABLE_TOAST_PROGRESS_BG , URLS } from './config'
44
44
import { validateToken } from './services/service'
45
- import { getCentralAPIHealth } from './utils'
46
45
47
46
const NavigationRoutes = lazy ( ( ) => import ( './components/common/navigation/NavigationRoutes' ) )
48
47
const Login = lazy ( ( ) => import ( './components/login/Login' ) )
@@ -179,8 +178,6 @@ export default function App() {
179
178
defaultRedirection ( )
180
179
}
181
180
182
- getCentralAPIHealth ( )
183
-
184
181
return ( ) => {
185
182
navigator . serviceWorker . removeEventListener ( 'controllerchange' , handleControllerChange )
186
183
}
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ if (!window || !window._env_) {
168
168
FEATURE_APPLICATION_TEMPLATES_ENABLE : true ,
169
169
FEATURE_CODE_MIRROR_ENABLE : true ,
170
170
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE : false ,
171
- GATEKEEPER_URL : 'devtron.ai' ,
171
+ GATEKEEPER_URL : 'https://license. devtron.ai/dashboard ' ,
172
172
}
173
173
}
174
174
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1126
1126
dependencies :
1127
1127
" @jridgewell/trace-mapping" " 0.3.9"
1128
1128
1129
- " @devtron-labs/[email protected] 5 " :
1130
- version "1.10.0-patch-5 "
1131
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-5 .tgz#26a13c55a38357968b6a21db1c5d940ca271f97c "
1132
- integrity sha512-zZJzMxn7VpuMl/HLZ5ZEpG4BTo1Mi666saZLVRiaaFtclTQDnEDzm6WgWSg/7dvOVM8UPEWoJjT8mBb+q9SZhA ==
1129
+ " @devtron-labs/[email protected] 6 " :
1130
+ version "1.10.0-patch-6 "
1131
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-6 .tgz#c1a5649bf8e81054d49c294df02573468dc85fb9 "
1132
+ integrity sha512-v3ZJwGAQhiBQ0+jjH+RV8x6Z+2UJwKmWYst9XlM4EHNrspHSh1QhCzOGkAmzkxFrkkvkFrI7jx0+Zbrl9VFULw ==
1133
1133
dependencies :
1134
1134
" @codemirror/lang-json" " 6.0.1"
1135
1135
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments