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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user