X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a2107d5fc7982769c2d667e51656a6e2529d9bc9..d43fb929ea2fdf984a86bc00c257e989e4b7a88c:/apps/workbench/app/views/application/_job_status_label.html.erb diff --git a/apps/workbench/app/views/application/_job_status_label.html.erb b/apps/workbench/app/views/application/_job_status_label.html.erb index 87b70fe0e8..ae00e3a0ad 100644 --- a/apps/workbench/app/views/application/_job_status_label.html.erb +++ b/apps/workbench/app/views/application/_job_status_label.html.erb @@ -6,6 +6,8 @@ <%= if defined? title then title else 'finished' end %> <% elsif j[:started_at] %> <%= if defined? title then title else 'running' end %> +<% elsif not j.nil? %> + <%= if defined? title then title else 'queued' end %> <% else %> - <%= if defined? title then title else 'not running' end %> + <%= if defined? title then title else 'not ready' end %> <% end %>