1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #3718: Clean the output of onevm show

This commit is contained in:
Jaime Melis 2015-07-10 10:59:19 +02:00
parent 368f31a02d
commit 9e1b783bcb

View File

@ -518,9 +518,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
puts str % [k, OpenNebulaHelper.unit_to_str(vm[v].to_i/1024, {})]
end
}
puts
# TODO Remove CPU, MEMORY, NETTX, NETRX, DISK_SIZE from MONITORING
puts vm.template_like_str('MONITORING')
puts
CLIHelper.print_header(str_h1 % "PERMISSIONS",false)