mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Rework for destroy VM with volumes UI (#3120)
* Remove redundant checkbox that controls the visibility of volumes to delete when destroying VMs * Change label from Volume IDs to Delete Volumes * Revert back deleted Volume IDs label
This commit is contained in:
parent
1e0be522b1
commit
7b0ff7f0c7
@ -116,13 +116,14 @@
|
||||
volumes: {
|
||||
label: 'label.delete.volumes',
|
||||
isBoolean: true,
|
||||
isChecked: false
|
||||
isChecked: true,
|
||||
isHidden: true,
|
||||
},
|
||||
volumeids: {
|
||||
label: 'label.volume.ids',
|
||||
label: 'label.delete.volumes',
|
||||
dependsOn: 'volumes',
|
||||
isBoolean: true,
|
||||
isHidden: true,
|
||||
isHidden: false,
|
||||
emptyMessage: 'label.volume.empty',
|
||||
multiDataArray: true,
|
||||
multiData: function(args) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user