Display volume details
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/84a6642b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/84a6642b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/84a6642b Branch: refs/heads/sf-plugins Commit: 84a6642b2713cf5d7baab820c09cd900a8f0d1b7 Parents: 1eb3c68 Author: Mike Tutkowski <mike.tutkow...@solidfire.com> Authored: Thu Jul 9 17:02:01 2015 -0600 Committer: CloudStack <cloudstack@cloudstack-virtual-machine.(none)> Committed: Tue Jul 28 13:42:42 2015 -0600 ---------------------------------------------------------------------- ui/plugins/sfSharedVolume/sfSharedVolume.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/84a6642b/ui/plugins/sfSharedVolume/sfSharedVolume.js ---------------------------------------------------------------------- diff --git a/ui/plugins/sfSharedVolume/sfSharedVolume.js b/ui/plugins/sfSharedVolume/sfSharedVolume.js index ab76ff3..c37d9c3 100644 --- a/ui/plugins/sfSharedVolume/sfSharedVolume.js +++ b/ui/plugins/sfSharedVolume/sfSharedVolume.js @@ -313,20 +313,15 @@ } } ], - tags: cloudStack.api.tags({ - resourceType: 'Volume', - contextId: 'volumes' - }), dataProvider: function(args) { $.ajax({ - url: createURL("listSolidFireVolumes&id=" + args.context.volumes[0].id), + url: createURL("listSolidFireVolumes&id=" + args.context.sfSharedVolumes[0].id), dataType: "json", async: true, success: function(json) { var jsonObj = json.listsolidfirevolumesresponse.sfvolume[0]; args.response.success({ - actionFilter: volumeActionfilter, data: jsonObj }); }