File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
client/src/components/apps Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1986,7 +1986,7 @@ export default defineComponent({
19861986
19871987 // Open Panel if there is some data to show
19881988 if (this .envvars .length > 0 ) {
1989- this .panel .push (5 )
1989+ this .panel .push (6 )
19901990 }
19911991
19921992
@@ -2114,16 +2114,16 @@ export default defineComponent({
21142114
21152115 // Open Panel if there is some data to show
21162116 if (response .data .spec .envVars .length > 0 ) {
2117- this .panel .push (5 )
2117+ this .panel .push (6 )
21182118 }
21192119 if (response .data .spec .serviceAccount && Object .entries (response .data .spec .serviceAccount ?.annotations ).length > 0 ) {
2120- this .panel .push (4 )
2120+ this .panel .push (5 )
21212121 }
21222122 if (response .data .spec .extraVolumes .length > 0 ) {
2123- this .panel .push (7 )
2123+ this .panel .push (8 )
21242124 }
21252125 if (response .data .spec .cronjobs .length > 0 ) {
2126- this .panel .push (8 )
2126+ this .panel .push (9 )
21272127 }
21282128
21292129 let command = ' ' ;
You can’t perform that action at this time.
0 commit comments