/[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 1897 by torben, Mon Dec 10 12:32:50 2012 UTC revision 1899 by torben, Mon Dec 10 14:54:31 2012 UTC
# Line 140  function refreshData() { Line 140  function refreshData() {
140                                  } else {                                  } else {
141                                          vm.find('.state').css("background-image", "url('gfx/vps_topyellow.png')");                                          vm.find('.state').css("background-image", "url('gfx/vps_topyellow.png')");
142                                  }                                  }
143                                    vm.find('.os').text('');
144    
145                                  vm.find('.network').hide();                                  vm.find('.network').hide();
146                                  vm.find('.console').hide();                                  vm.find('.console').hide();
147                                  vm.find('.actionstop').hide();                                  vm.find('.actionstop').hide();
# Line 325  foreach($vms_array as $vm) { Line 327  foreach($vms_array as $vm) {
327                          <span id='vps_net_usage_txt_UID'>na</span>                          <span id='vps_net_usage_txt_UID'>na</span>
328                  </td>                  </td>
329  -->  -->
330                  <td width='100' align='right' class='small' valign='top'>                  <td width='100' align='right' class='small' valign='bottom'>
331                          <img src='gfx/icon-disk.png' style='vertical-align: middle;'>                          <img src='gfx/icon-disk.png' style='vertical-align: middle;'>
332                          <span id='vps_disk_usage_txt_UID'><?php echo format_storage($harddrive_size); ?></span>                          <span id='vps_disk_usage_txt_UID'><?php echo format_storage($harddrive_size); ?></span>
333                  </td>                  </td>

Legend:
Removed from v.1897  
changed lines
  Added in v.1899

  ViewVC Help
Powered by ViewVC 1.1.20