mirror of https://github.com/apache/cloudstack.git
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:
parent
17676d6bb9
commit
d9e94717b5
|
|
@ -968,7 +968,7 @@
|
|||
getUpdatedItem: function(json) {
|
||||
return {
|
||||
virtualmachineid: null,
|
||||
vmname: null
|
||||
vmdisplayname: null
|
||||
};
|
||||
},
|
||||
getActionFilter: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue