1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

feature #2796: Change oneuser output

This commit is contained in:
Ruben S. Montero
2014-09-29 20:28:45 +02:00
parent c41ec419dd
commit 46ee75c288

View File

@ -357,7 +357,7 @@ class OneUserHelper < OpenNebulaHelper::OneHelper
validity_str = case etime validity_str = case etime
when nil then "" when nil then ""
when "-1" then "not expires" when "-1" then "forever"
else "not after #{Time.at(etime.to_i)}" else "not after #{Time.at(etime.to_i)}"
end end