/[projects]/misc/xenconsole/old/old_index.php
ViewVC logotype

Diff of /misc/xenconsole/old/old_index.php

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

revision 2027 by torben, Thu Jul 18 13:00:14 2013 UTC revision 2028 by torben, Tue Jul 23 15:30:12 2013 UTC
# Line 70  echo "<table border=0><tr><td valign='to Line 70  echo "<table border=0><tr><td valign='to
70  echo "<a href='#' onclick='loadServer()'>XenServer</a><br><br>";  echo "<a href='#' onclick='loadServer()'>XenServer</a><br><br>";
71  $vms_array = $xenserver->VM__get_all_records();  $vms_array = $xenserver->VM__get_all_records();
72  foreach($vms_array as $vm) {  foreach($vms_array as $vm) {
73          if ($vm["is_a_template"] != 0 || $vm["is_control_domain"] != 0) {          if ($vm["is_a_template"] != 0) {
74                  continue;                  continue;
75          }          }
76    

Legend:
Removed from v.2027  
changed lines
  Added in v.2028

  ViewVC Help
Powered by ViewVC 1.1.20