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/cb933f2e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cb933f2e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cb933f2e Branch: refs/heads/sf-plugins Commit: cb933f2e0075276d5ce689fad8857c1065c9cfa4 Parents: a6e84ed Author: Mike Tutkowski <[email protected]> Authored: Thu Jul 9 17:02:01 2015 -0600 Committer: Mike Tutkowski <[email protected]> Committed: Fri Sep 18 19:28:20 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/cb933f2e/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 }); }
