/[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 2100 by torben, Thu Jan 30 09:47:17 2014 UTC
# Line 310  function refreshData() { Line 310  function refreshData() {
310                                  vm.find('.cpu_graph').hide();                                  vm.find('.cpu_graph').hide();
311                                  vm.find('.mem_graph').hide();                                  vm.find('.mem_graph').hide();
312                          }                          }
313                            vm.find('.state').attr('title', state);
314                                                    
315                  });                  });
316                  $('#logo').show();                  $('#logo').show();
# Line 418  body { Line 419  body {
419          background: #61B4F3;          background: #61B4F3;
420  }  }
421    
422    .ui-progressbar {
423            border-style:solid;
424            border-width:1px;
425            border-color: #666666;
426    }
427    
428  .bar {  .bar {
429          width:  102px;          width:  102px;
430          height:  16px;          height:  16px;
# Line 520  foreach($vms_array as $vm) { Line 527  foreach($vms_array as $vm) {
527                          <span class="actionstop" style='display:none'>                          <span class="actionstop" style='display:none'>
528                                  start |                                  start |
529                                  <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> |
530                                  <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> |
531                                    <a href='#' onclick="doAction('hardreboot','<?php echo $uuid;?>','<?php echo $clean_name;?>')" >force reboot</a>
532                          </span>                          </span>
533                                                    
534                          <span class="actionstart" style='display:none'>                                          <span class="actionstart" style='display:none'>                

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

  ViewVC Help
Powered by ViewVC 1.1.20