/[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 2031 by torben, Tue Jul 23 21:14:49 2013 UTC revision 2069 by torben, Thu Nov 7 21:27:15 2013 UTC
# Line 418  body { Line 418  body {
418          background: #61B4F3;          background: #61B4F3;
419  }  }
420    
421    .ui-progressbar {
422            border-style:solid;
423            border-width:1px;
424            border-color: #666666;
425    }
426    
427  .bar {  .bar {
428          width:  102px;          width:  102px;
429          height:  16px;          height:  16px;
# Line 520  foreach($vms_array as $vm) { Line 526  foreach($vms_array as $vm) {
526                          <span class="actionstop" style='display:none'>                          <span class="actionstop" style='display:none'>
527                                  start |                                  start |
528                                  <a href='#' onclick="doAction('shutdown','<?php echo $uuid;?>','<?php echo $clean_name;?>')" >stop</a> |                                  <a href='#' onclick="doAction('shutdown','<?php echo $uuid;?>','<?php echo $clean_name;?>')" >stop</a> |
529                                  <a href='#' onclick="doAction('hardshutdown','<?php echo $uuid;?>','<?php echo $clean_name;?>')" >force shutdown</a>                                  <a href='#' onclick="doAction('hardshutdown','<?php echo $uuid;?>','<?php echo $clean_name;?>')" >force shutdown</a> |
530                                    <a href='#' onclick="doAction('hardreboot','<?php echo $uuid;?>','<?php echo $clean_name;?>')" >force reboot</a>
531                          </span>                          </span>
532                                                    
533                          <span class="actionstart" style='display:none'>                                          <span class="actionstart" style='display:none'>                

Legend:
Removed from v.2031  
changed lines
  Added in v.2069

  ViewVC Help
Powered by ViewVC 1.1.20