Skip to content

Commit ce8f7c8

Browse files
committed
voume vars read only when editing
1 parent 13216bd commit ce8f7c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/components/apps/new.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
<v-text-field
389389
v-model="volume.size"
390390
label="size"
391+
:readonly="app!='new'"
391392
></v-text-field>
392393
</v-col>
393394
<v-col
@@ -416,6 +417,7 @@
416417
v-model="volume.storageClass"
417418
:items="storageclasses"
418419
label="Storage Class"
420+
:readonly="app!='new'"
419421
></v-select>
420422
</v-col>
421423
<v-col

0 commit comments

Comments
 (0)