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:
parent
1b49952339
commit
aa46269ed6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user