--- misc/xenconsole/index.php 2012/12/03 11:25:39 1893 +++ misc/xenconsole/index.php 2012/12/03 15:01:45 1894 @@ -63,6 +63,7 @@ }); function refreshData() { + $("#logo").hide(); $.get('ajaxdata.php', function(xml) { $(xml).find('host').each(function() { var memtotal = $(this).find('memtotal').text(); @@ -134,7 +135,8 @@ vm.find('.mem_graph').hide(); } - }) + }); + $('#logo').show(); }); }