diff --git a/ui/scripts/ui-custom/physicalResources.js b/ui/scripts/ui-custom/physicalResources.js index b41400abd66..fcc2f6ab5bd 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;