--- misc/xenconsole/index.php 2012/12/10 12:40:58 1898 +++ misc/xenconsole/index.php 2012/12/10 14:58:53 1900 @@ -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(); @@ -257,6 +259,7 @@ } $name = $vm["name_label"]; + $description = $vm["name_description"]; $uuid = $vm["uuid"]; $state = $vm["power_state"] ; $memory = $vm['memory_target']; @@ -282,7 +285,7 @@ - +