Updated Branches: refs/heads/master f1eaa975b -> 8a37f40c0
Infra. chart: Fix socket info items duplicated on refresh Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8a37f40c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8a37f40c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8a37f40c Branch: refs/heads/master Commit: 8a37f40c0ae611d8f0747392ea5f313473846bba Parents: f1eaa97 Author: Brian Federle <brian.fede...@citrix.com> Authored: Tue Oct 29 15:17:09 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Tue Oct 29 15:17:09 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/physicalResources.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8a37f40c/ui/scripts/ui-custom/physicalResources.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/physicalResources.js b/ui/scripts/ui-custom/physicalResources.js index b41400a..fcc2f6a 100644 --- a/ui/scripts/ui-custom/physicalResources.js +++ b/ui/scripts/ui-custom/physicalResources.js @@ -40,7 +40,8 @@ }); // Socket info - var $socketInfo = $dashboard.find('.socket-info ul'); + var $socketInfo = $dashboard.find('.socket-info ul'); + $socketInfo.find('li').remove(); // Clean up $(args.data.socketInfo).each(function() { var item = this; var name = item.name;