mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
UI - Hide shrink disk option on XCP-NG/Xenserver (#5829)
* hide shrink disk option on XCP-NG/Xenserver
This commit is contained in:
parent
2774bc156f
commit
3cbde8cd6c
@ -48,7 +48,7 @@
|
||||
:autoFocus="customDiskOffering || resource.type === 'ROOT'"/>
|
||||
</a-form-item>
|
||||
</div>
|
||||
<a-form-item :label="$t('label.shrinkok')">
|
||||
<a-form-item :label="$t('label.shrinkok')" v-if="!['XenServer'].includes(resource.hypervisor)">
|
||||
<a-checkbox v-decorator="['shrinkok']" />
|
||||
</a-form-item>
|
||||
<div :span="24" class="action-button">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user