Username:
Password:
Repeat:
Session ID:
<% if @current %>

Selected User

<% if @current[:port] -%> <% end -%> <% if @current[:container_status] -%> <% end -%> <% if @current[:node_group_url] -%> <% end -%> <% if @current[:controlrepo] -%> <% end -%> <% if @current[:latestcommit] -%> <% end -%> <% if settings.plugins.include? :Dashboard -%> <% end -%> <% if action_enabled? :deploy -%> <% end -%> <% if @current[:tree] -%> <% end -%>
Username: <%= @current[:username] %>
Certname: <%= @current[:certname] %>
Webserver URL: <%= @current[:url] %>
Container: <%= @current[:container_status]['Description'] %>
Node Group: Console login
Control Repo: <%= @current[:controlrepo] %>
Latest Commit: <%= @current[:latestcommit][:message] %> (<%= @current[:latestcommit][:time] %>)
Spec Tests: results (may not always be available)
Environment Structure:
<% end %>

All Users

<% if @users.first and @users.first[1][:port] %><% end %> <% if @users %> <% even = true %> <% @users.each do |key, user| %> "> <% if user[:port] %><% end %> <% even = !even %> <% end %> <% end %>
Username CertnameWebserver URL 
<%= key %> <%= user[:certname] %><%= user[:url] %>select
<% if @current and @current[:tree] %> <% end %>