CLOUDSTACK-5785: VM display name cell not updated upon detaching volume from VM

This commit is contained in:
Chris Suich 2014-04-10 22:23:04 -04:00
parent afcf6d041d
commit ea29adb7b9

View File

@ -975,7 +975,7 @@
getUpdatedItem: function(json) { getUpdatedItem: function(json) {
return { return {
virtualmachineid: null, virtualmachineid: null,
vmname: null vmdisplayname: null
}; };
}, },
getActionFilter: function() { getActionFilter: function() {