1
0
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:
Ruben S. Montero 2011-10-11 00:29:18 +02:00
parent b94dd94f3f
commit 3ece499992

View File

@ -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)