File tree Expand file tree Collapse file tree 8 files changed +251
-255
lines changed Expand file tree Collapse file tree 8 files changed +251
-255
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,4 @@ FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false
69
69
GATEKEEPER_URL = https://license.devtron.ai/dashboard
70
70
FEATURE_AI_INTEGRATION_ENABLE = false
71
71
LOGIN_PAGE_IMAGE =
72
+ FEATURE_REDFISH_NODE_ENABLE = false
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.13.0-pre-7 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.13.0-pre-8 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export const CLUSTER_STATUS = {
67
67
export const NODE_DETAILS_TABS = {
68
68
summary : 'Summary' ,
69
69
yaml : 'YAML' ,
70
- nodeConditions : 'Node conditions ' ,
70
+ nodeConditions : 'Node Conditions ' ,
71
71
debug : 'Debug' ,
72
72
}
73
73
Original file line number Diff line number Diff line change @@ -3661,6 +3661,10 @@ button.anchor {
3661
3661
line-height : 24px ;
3662
3662
}
3663
3663
3664
+ .lh-26 {
3665
+ line-height : 26px ;
3666
+ }
3667
+
3664
3668
.lh-34 {
3665
3669
line-height : 34px ;
3666
3670
}
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ if (!window || !window._env_) {
172
172
GATEKEEPER_URL : 'https://license.devtron.ai/dashboard' ,
173
173
FEATURE_AI_INTEGRATION_ENABLE : false ,
174
174
LOGIN_PAGE_IMAGE : '' ,
175
+ FEATURE_REDFISH_NODE_ENABLE : false ,
175
176
}
176
177
}
177
178
Original file line number Diff line number Diff line change 1124
1124
dependencies :
1125
1125
" @jridgewell/trace-mapping" " 0.3.9"
1126
1126
1127
- " @devtron-labs/[email protected] 7 " :
1128
- version "1.13.0-pre-7 "
1129
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.13.0-pre-7 .tgz#ebffd70374e5d190a349533adf85298f790947da "
1130
- integrity sha512-VGpcU8NZr/88M1yWjHzKd+lduY0+vLWugZms0Wm/myI9ST2olyFQJrqXXIqEigqK4z5qU8drIi5EMfnUtItT2Q ==
1127
+ " @devtron-labs/[email protected] 8 " :
1128
+ version "1.13.0-pre-8 "
1129
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.13.0-pre-8 .tgz#bc93bd7435c402013ebcf28e1813b0b665de612a "
1130
+ integrity sha512-jKCDuxBTtMblHo2mCGKZHPePJ6wwvVddMZs0j04r7khLJflfrTeyQcKdM/z/R4xXdf8zAU47GNWP/LAiBW2XBA ==
1131
1131
dependencies :
1132
1132
" @codemirror/lang-json" " 6.0.1"
1133
1133
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments