Repository: cloudstack Updated Branches: refs/heads/master 3ccca7873 -> 1cb218ad6
CLOUDSTACK-7780: UI > storage > volume > detail view > data provider > remove unnecessary module check. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1cb218ad Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1cb218ad Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1cb218ad Branch: refs/heads/master Commit: 1cb218ad6321dda6e745ae4a35e0a75fc4c80469 Parents: 3ccca78 Author: Jessica Wang <jessicaw...@apache.org> Authored: Thu Oct 23 16:58:42 2014 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Thu Oct 23 17:00:31 2014 -0700 ---------------------------------------------------------------------- ui/scripts/storage.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cb218ad/ui/scripts/storage.js ---------------------------------------------------------------------- diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index cc538f8..90720ac 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -1531,12 +1531,7 @@ dataType: "json", async: true, success: function(json) { - var jsonObj = json.listvolumesresponse.volume[0]; - - if (isModuleIncluded("dr")) { - cloudStack.dr.sharedFunctions.addExtraProperties(jsonObj, "Volume"); - } - + var jsonObj = json.listvolumesresponse.volume[0]; args.response.success({ actionFilter: volumeActionfilter, data: jsonObj