We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2774bc1 commit 3cbde8cCopy full SHA for 3cbde8c
1 file changed
ui/src/views/storage/ResizeVolume.vue
@@ -48,7 +48,7 @@
48
:autoFocus="customDiskOffering || resource.type === 'ROOT'"/>
49
</a-form-item>
50
</div>
51
- <a-form-item :label="$t('label.shrinkok')">
+ <a-form-item :label="$t('label.shrinkok')" v-if="!['XenServer'].includes(resource.hypervisor)">
52
<a-checkbox v-decorator="['shrinkok']" />
53
54
<div :span="24" class="action-button">
0 commit comments