File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed
src/components/v2/values/chartValuesDiff Expand file tree Collapse file tree 3 files changed +14
-12
lines changed 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-7 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.10.0-patch-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" ,
Original file line number Diff line number Diff line change @@ -344,13 +344,15 @@ export default function ChartValuesEditor({
344
344
mode = { MODES . YAML }
345
345
loading = { loading || valuesForDiffState . loadingValuesForDiff }
346
346
customLoader = {
347
- < DetailsProgressing size = { 32 } >
348
- { manifestView && ! comparisonView && (
349
- < span className = "fs-13 fw-4 cn-7 mt-8" >
350
- Generating the manifest. < br /> Please wait...
351
- </ span >
352
- ) }
353
- </ DetailsProgressing >
347
+ < div className = "flex h-100" >
348
+ < DetailsProgressing size = { 32 } >
349
+ { manifestView && ! comparisonView && (
350
+ < span className = "fs-13 fw-4 cn-7 mt-8" >
351
+ Generating the manifest. < br /> Please wait...
352
+ </ span >
353
+ ) }
354
+ </ DetailsProgressing >
355
+ </ div >
354
356
}
355
357
readOnly = { manifestView }
356
358
codeEditorProps = { {
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] 7 " :
1130
- version "1.10.0-patch-7 "
1131
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-7 .tgz#bd04608fd149cd0526677027b6bb8f9a00853d1b "
1132
- integrity sha512-uX8UZaPqYbAc5pOwW3Bq9HA8lCumeAMVP49A260rTvstD8XfonIjWl2QcohkgemuKK56zpvAFFXjWIiLjUOaKQ ==
1129
+ " @devtron-labs/[email protected] 8 " :
1130
+ version "1.10.0-patch-8 "
1131
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-8 .tgz#be4821a9a3d6b378b95448c1038acd267e083fb4 "
1132
+ integrity sha512-Q0Sc7FUU4+9pSHw+aqmjNvHe2EKNf8zpIeoJ/UJAetzQnnxWfeph3lz4jgEDdP95g+87U+jet8u4cz//7xVARg ==
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