We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea94929 commit 0059d14Copy full SHA for 0059d14
ui/src/views/storage/UpdateVolume.vue
@@ -24,7 +24,7 @@
24
</template>
25
<a-input v-model:value="form.name" :placeholder="$t('label.name')" />
26
</a-form-item>
27
- <a-form-item name="path" ref="path">
+ <a-form-item v-if="!this.resource.kvdoenable" name="path" ref="path">
28
<template #label>
29
<tooltip-label :title="$t('label.path')" :tooltip="apiParams.path.description" />
30
0 commit comments