We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab4a80 commit fe22864Copy full SHA for fe22864
1 file changed
app/views/content_providers/_form.html.erb
@@ -34,7 +34,7 @@
34
35
<!-- Nodes: check feature enabled -->
36
<% if TeSS::Config.feature['nodes'] %>
37
- <%= f.input :node_id, label: 'ELIXIR node', collection: Node.all, label_method: :title %>
+ <%= f.input :node_id, label: 'ELIXIR node', collection: Node.order(:name).all, label_method: :name %>
38
<% end %>
39
40
<div class="form-group">
0 commit comments