Skip to content

Commit 291a5dd

Browse files
authored
Use cluster title in modbrowser versions table (#5064)
1 parent 37f0ae4 commit 291a5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/app/views/module_browser/_versions_table.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<% clusters.each do |cluster| %>
1313
<% cluster_versions = versions_by_cluster[cluster] || [] %>
1414
<tr>
15-
<td><%= cluster.to_s.titleize %></td>
15+
<td><%= Configuration.job_clusters[cluster].title %></td>
1616
<td>
1717
<% if cluster_versions.any? %>
1818
<% cluster_versions.uniq { |v| v.version }.sort_by(&:version).reverse.each do |mod| %>

0 commit comments

Comments
 (0)