We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f0ae4 commit 291a5ddCopy full SHA for 291a5dd
apps/dashboard/app/views/module_browser/_versions_table.html.erb
@@ -12,7 +12,7 @@
12
<% clusters.each do |cluster| %>
13
<% cluster_versions = versions_by_cluster[cluster] || [] %>
14
<tr>
15
- <td><%= cluster.to_s.titleize %></td>
+ <td><%= Configuration.job_clusters[cluster].title %></td>
16
<td>
17
<% if cluster_versions.any? %>
18
<% cluster_versions.uniq { |v| v.version }.sort_by(&:version).reverse.each do |mod| %>
0 commit comments