From d9e94717b5db251b2a888b485fc695dae2ee2e59 Mon Sep 17 00:00:00 2001 From: Chris Suich Date: Thu, 10 Apr 2014 22:23:04 -0400 Subject: [PATCH] CLOUDSTACK-5785: VM display name cell not updated upon detaching volume from VM (cherry picked from commit ea29adb7b96d31a07f6528c79f57847a43175966) Signed-off-by: Rohit Yadav --- ui/scripts/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index a1af12931ae..bd9f7c970c9 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -968,7 +968,7 @@ getUpdatedItem: function(json) { return { virtualmachineid: null, - vmname: null + vmdisplayname: null }; }, getActionFilter: function() {