Fixup how vms are printed on list command

This commit is contained in:
Brian Cain 2015-11-16 09:24:45 -08:00
parent 6447a5f217
commit 53f3c7db03

View file

@ -51,7 +51,7 @@ class Utils
lifetime = vm_info[vm]['lifetime']
running = vm_info[vm]['running']
puts "- #{vm}#{domain} (#{running}/#{lifetime} hours)"
puts "- #{vm}.#{domain} (#{template}, #{running}/#{lifetime} hours)"
end
end
end