Revision 8c1dacab src/cli/one_helper/onequota_helper.rb
src/cli/one_helper/onequota_helper.rb | ||
---|---|---|
60 | 60 |
end |
61 | 61 |
|
62 | 62 |
column :"CPU", "", :right, :size=>20 do |d| |
63 |
"%4d / %4d" % [d["CPU_USED"], d["CPU"]] if !d.nil?
|
|
63 |
"%8.2f / %8.2f" % [d["CPU_USED"], d["CPU"]] if !d.nil?
|
|
64 | 64 |
end |
65 | 65 |
end |
66 | 66 |
|
Also available in: Unified diff