Skip to content

Commit fc01cd5

Browse files
committed
fix drawer
1 parent 1b27fe9 commit fc01cd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/src/components/apps/form.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 = '';

0 commit comments

Comments
 (0)