app/views/good_job/processes/index.html.erb in good_job-4.4.2 vs app/views/good_job/processes/index.html.erb in good_job-4.5.0

- old
+ new

@@ -36,9 +36,10 @@ <div> <span class="text-muted small">PID</span> <span class="badge rounded-pill bg-body-secondary text-secondary"><%= process.state["pid"] %></span> <span class="text-muted small">@</span> <span class="badge rounded-pill bg-body-secondary text-secondary"><%= process.state["hostname"] %></span> + <span class="badge rounded-pill bg-body-secondary text-secondary"><%= (process.state["memory"] / 1024).to_i %> MB</span> </div> </div> <div class="col"> <% process.schedulers.each do |scheduler| %> <pre class="mb-0"><%= scheduler.is_a?(Hash) ? scheduler['name'] : scheduler %></pre>