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

bug #1130: use period_to_str in oneacct

This commit is contained in:
Javi Fontan 2012-02-13 17:54:22 +01:00
parent 407350bbb1
commit da82e97164

View File

@ -77,7 +77,7 @@ class AcctHelper
end
column :TIME, "Group of the User", :right, :size=>15 do |d|
OpenNebulaHelper.time_to_str(d[:time])
OpenNebulaHelper.period_to_str(d[:time])
end
default :VMID, :MEMORY, :CPU, :NETRX, :NETTX, :TIME