1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +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
when nil then ""
when "-1" then "not expires"
when "-1" then "forever"
else "not after #{Time.at(etime.to_i)}"
end