mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-5785: VM display name cell not updated upon detaching volume from VM
This commit is contained in:
parent
afcf6d041d
commit
ea29adb7b9
@ -975,7 +975,7 @@
|
|||||||
getUpdatedItem: function(json) {
|
getUpdatedItem: function(json) {
|
||||||
return {
|
return {
|
||||||
virtualmachineid: null,
|
virtualmachineid: null,
|
||||||
vmname: null
|
vmdisplayname: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
getActionFilter: function() {
|
getActionFilter: function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user