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

Diff of /misc/xenconsole/ajaxdata.php

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

revision 2100 by torben, Thu Jan 30 09:08:17 2014 UTC revision 2101 by torben, Thu Jan 30 10:16:09 2014 UTC
# Line 100  foreach($vms_array as $vmref => $vm) { Line 100  foreach($vms_array as $vmref => $vm) {
100                    
101          $operations = $vm["current_operations"];          $operations = $vm["current_operations"];
102          if (sizeof($operations) > 0) {          if (sizeof($operations) > 0) {
103                  $state = $operations[0];                  $state = reset($operations);
104          }          }
105    
106    

Legend:
Removed from v.2100  
changed lines
  Added in v.2101

  ViewVC Help
Powered by ViewVC 1.1.20