app/views/good_job/processes/index.html.erb in good_job-3.16.4 vs app/views/good_job/processes/index.html.erb in good_job-3.17.0
- old
+ new
@@ -2,11 +2,11 @@
<h2 class="pt-3 pb-2"><%= t ".title" %></h2>
</div>
<div class="card my-3" data-live-poll-region="processes">
<div class="list-group list-group-flush text-nowrap" role="table">
- <header class="list-group-item bg-light">
+ <header class="list-group-item bg-body-tertiary">
<div class="row small text-muted text-uppercase align-items-center">
<div class="col"><%= t ".process" %></div>
<div class="col"><%= t ".schedulers" %></div>
<div class="col-2 d-flex gap-2">
<span><%= t ".started" %></span>
@@ -32,12 +32,12 @@
<span class="text-muted opacity-50">$</span>
<%= process.basename %>
<% end %>
<div>
<span class="text-muted small">PID</span>
- <span class="badge rounded-pill bg-light text-dark"><%= process.state["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-light text-dark"><%= process.state["hostname"] %></span>
+ <span class="badge rounded-pill bg-body-secondary text-secondary"><%= process.state["hostname"] %></span>
</div>
</div>
<div class="col">
<% process.schedulers.each do |scheduler| %>
<pre class="mb-0"><%= scheduler.is_a?(Hash) ? scheduler['name'] : scheduler %></pre>