/[projects]/misc/xenconsole/index.php
ViewVC logotype

Diff of /misc/xenconsole/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1893 by torben, Mon Dec 3 11:25:39 2012 UTC revision 1894 by torben, Mon Dec 3 15:01:45 2012 UTC
# Line 63  $(document).ready( function() { Line 63  $(document).ready( function() {
63  });  });
64    
65  function refreshData() {  function refreshData() {
66            $("#logo").hide();      
67          $.get('ajaxdata.php', function(xml) {          $.get('ajaxdata.php', function(xml) {
68                  $(xml).find('host').each(function() {                  $(xml).find('host').each(function() {
69                          var memtotal = $(this).find('memtotal').text();                          var memtotal = $(this).find('memtotal').text();
# Line 134  function refreshData() { Line 135  function refreshData() {
135                                  vm.find('.mem_graph').hide();                                  vm.find('.mem_graph').hide();
136                          }                          }
137                                                    
138                  })                  });
139                    $('#logo').show();
140         });         });
141  }  }
142    

Legend:
Removed from v.1893  
changed lines
  Added in v.1894

  ViewVC Help
Powered by ViewVC 1.1.20