Affinity UI: Pass _custom to fix broken async poll
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/57686aee Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/57686aee Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/57686aee Branch: refs/heads/master Commit: 57686aeeaffed74832c20a96a7eaf403ba8c90a1 Parents: 382e8f3 Author: Brian Federle <brian.fede...@citrix.com> Authored: Mon Apr 22 11:27:37 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Mon Apr 22 11:27:37 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/affinity.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/57686aee/ui/scripts/ui-custom/affinity.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/affinity.js b/ui/scripts/ui-custom/affinity.js index 6c237ed..1f51b52 100644 --- a/ui/scripts/ui-custom/affinity.js +++ b/ui/scripts/ui-custom/affinity.js @@ -103,6 +103,7 @@ response: { success: function(args) { complete({ + _custom: args._custom, $item: $instanceRow }); },