From 785e20ce34069cc2a0470cc3b9624f25194d5dba Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 23 Jun 2018 22:33:45 +0100 Subject: Use an animated progress bar in the jobs partial --- app/views/shared/_jobs.html.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/shared/_jobs.html.erb b/app/views/shared/_jobs.html.erb index a507267..de6d7c1 100644 --- a/app/views/shared/_jobs.html.erb +++ b/app/views/shared/_jobs.html.erb @@ -66,7 +66,13 @@
<% if job_state %>
- Running now +
+
+ Running now +
+
PID: <%= job_state[:ruby_pid] %> -- cgit v1.2.3