mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
bug #847: Prints the template information for the user
This commit is contained in:
parent
b94dd94f3f
commit
3ece499992
@ -167,6 +167,11 @@ class OneUserHelper < OpenNebulaHelper::OneHelper
|
||||
puts str % ["PASSWORD", user['PASSWORD']]
|
||||
puts str % ["ENABLED",
|
||||
OpenNebulaHelper.boolean_to_str(user['ENABLED'])]
|
||||
|
||||
puts
|
||||
|
||||
CLIHelper.print_header(str_h1 % "USER TEMPLATE",false)
|
||||
puts user.template_str
|
||||
end
|
||||
|
||||
def format_pool(options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user