--- misc/xenconsole/index.php 2012/12/10 12:32:50 1897 +++ misc/xenconsole/index.php 2012/12/11 10:18:25 1903 @@ -140,6 +140,8 @@ } else { vm.find('.state').css("background-image", "url('gfx/vps_topyellow.png')"); } + vm.find('.os').text(''); + vm.find('.network').hide(); vm.find('.console').hide(); vm.find('.actionstop').hide(); @@ -233,18 +235,20 @@
+ +
12%
0/4 MB
- + @@ -257,6 +261,7 @@ } $name = $vm["name_label"]; + $description = $vm["name_description"]; $uuid = $vm["uuid"]; $state = $vm["power_state"] ; $memory = $vm['memory_target']; @@ -282,7 +287,7 @@ - + --> -
  +