You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/29 23:17:29 UTC

git commit: updated refs/heads/master to 8a37f40

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 <br...@citrix.com>
Authored: Tue Oct 29 15:17:09 2013 -0700
Committer: Brian Federle <br...@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;