Skip to content

Commit 0059d14

Browse files
committed
압축/중복 적용된 볼륨은 path 수정 불가능하도록 수정
1 parent ea94929 commit 0059d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/storage/UpdateVolume.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</template>
2525
<a-input v-model:value="form.name" :placeholder="$t('label.name')" />
2626
</a-form-item>
27-
<a-form-item name="path" ref="path">
27+
<a-form-item v-if="!this.resource.kvdoenable" name="path" ref="path">
2828
<template #label>
2929
<tooltip-label :title="$t('label.path')" :tooltip="apiParams.path.description" />
3030
</template>

0 commit comments

Comments
 (0)