% if current_user.andand.is_active %>
(None)
<% else %>Script | Output | Log | Age | Status | Progress |
---|---|---|---|---|---|
<%= link_to((j.script.andand[0..31] || j.uuid), job_path(j.uuid)) %> | <% if j.success %> <% Collection.limit(1).where(uuid: j.output).each do |c| %> <% c.files.each do |file| %> <%= file[0] == '.' ? file[1] : "#{file[0]}/#{file[1]}" %> <% end %> <% end %> <% end %> | <% if j.log %> <% fixup = /([a-f0-9]{32}\+\d+)(\+?.*)/.match(j.log)%> <% Collection.limit(1).where(uuid: fixup[1]).each do |c| %> <% c.files.each do |file| %> Log <% end %> <% end %> <% elsif j.respond_to? :log_buffer and j.log_buffer %> <% buf = j.log_buffer.strip.split("\n").last %> <%= buf %> <% end %> | <%= raw(distance_of_time_in_words(j.created_at, Time.now).sub('about ','~').sub(' ',' ')) if j.created_at %> | <%= render partial: 'job_status_label', locals: {:j => j} %> |
<%= render partial: 'job_progress', locals: {:j => j} %>
|
(None)
<% else %>Instance | Template | Age | Status | Progress |
---|---|---|---|---|
<%= link_to_if_arvados_object p.uuid, friendly_name: true %> | <%= link_to_if_arvados_object p.pipeline_template_uuid, friendly_name: true %> | <%= raw(distance_of_time_in_words(p.created_at, Time.now).sub('about ','~').sub(' ',' ')) if p.created_at %> | <%= render partial: 'pipeline_status_label', locals: {:p => p} %> |
<%= render partial: 'pipeline_progress', locals: {:p => p} %>
|
(None)
<% else %>Contents | Tags | Age |
---|---|---|
<% c.files.each do |file| %> <%= file[0] == '.' ? file[1] : "#{file[0]}/#{file[1]}" %> <% end %> | <% if @my_tag_links[c.uuid] %> <%= @my_tag_links[c.uuid].collect(&:name).join(", ") %> <% end %> | <%= raw(distance_of_time_in_words(c.created_at, Time.now).sub('about ','~').sub(' ',' ')) if c.created_at %> |
Your account must be activated by an Arvados administrator. If this is your first time accessing Arvados and would like to request access, or you believe you are seeing the page in error, please <%= link_to "contact us", Rails.configuration.activation_contact_link %>. You should receive an email at the address you used to log in when your account is activated. In the mean time, you can <%= link_to "learn more about Arvados", "https://arvados.org/projects/arvados/wiki/Introduction_to_Arvados" %>, and <%= link_to "read the Arvados user guide", "http://doc.arvados.org/user" %>.
<%= link_to raw('Contact us ✉'), Rails.configuration.activation_contact_link, class: "pull-right btn btn-primary" %>