Skip to content

Commit

Permalink
correctly display cores
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jan 8, 2025
1 parent bef8941 commit e908686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<%- if session.starting? || session.running? -%>
<span class="badge <%= badge_class %> rounded-pill"><%= pluralize(num_nodes, "node") %></span>
<span class="card-text"> | </span>
<span class="badge <%= badge_class %> rounded-pill"><%= pluralize(num_nodes, "core") %></span>
<span class="badge <%= badge_class %> rounded-pill"><%= pluralize(num_cores, "core") %></span>
<span class="card-text"> | </span>
<%- end -%>
<%= status(session) %>
Expand Down

0 comments on commit e908686

Please sign in to comment.