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:
parent
407350bbb1
commit
da82e97164
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user