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

(cherry picked from commit ea29adb7b9)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Chris Suich 2014-04-10 22:23:04 -04:00 committed by Rohit Yadav
parent 17676d6bb9
commit d9e94717b5
1 changed files with 1 additions and 1 deletions

View File

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