Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2855ee3e authored by DELABROYE Dimitri's avatar DELABROYE Dimitri
Browse files

[gen/wiki/hardware] fix missing cluster name

parent 71ca8b48
No related branches found
No related tags found
No related merge requests found
...@@ -391,7 +391,7 @@ class G5KHardwareGenerator < WikiGenerator ...@@ -391,7 +391,7 @@ class G5KHardwareGenerator < WikiGenerator
if nd.length == 1 if nd.length == 1
nodesetname = cluster_uid nodesetname = cluster_uid
else else
nodesetname = G5K.nodeset(nodes.map { |n| n['uid'].split('-')[1].to_i }) nodesetname = cluster_uid + '-' + G5K.nodeset(nodes.map { |n| n['uid'].split('-')[1].to_i })
end end
table_data << [ table_data << [
"[[#{site_uid.capitalize}:Hardware|#{site_uid.capitalize}]]", "[[#{site_uid.capitalize}:Hardware|#{site_uid.capitalize}]]",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment