X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/504472ab1ec87a85e8bf0db6b869d2910271ef27..0621f855413c1fcd24864345061bfb886b8b98b1:/app/views/nodes/index.html.erb diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index 6f49e92036..d4e8aa1eda 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb @@ -1,4 +1,4 @@ - +
<% @objects.each do |o| %> - + - <% if o.info[:ec2_start_command] and (!o.first_ping_at or !o.info[:ec2_start_result].match /\bi-[0-9a-f]{8}\b/ rescue nil) %> - + <% if %> + >
status @@ -16,12 +16,14 @@ startup delay last ping + + instance_id
<%= o.status %> @@ -43,12 +45,15 @@
- <%= o.info[:ec2_start_command] %> -
- <%= o.info[:ec2_start_result] %> +
+ <% o.info.each do |k,v| %> +
<%= k %>
+
<%= v %>
+ <% end %> +