Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d4ae9f19 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[dev/wiki] sort all tables

parent 7464e98f
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class CPUParametersGenerator < WikiGenerator
}
#Table construction
table_options = 'class="wikitable sortable"'
table_options = 'class="wikitable sortable" style="text-align: center;"'
@generated_content = MW.generate_table(table_options, table_columns, table_data)
@generated_content += MW.italic(MW.small(generated_date_string))
@generated_content += MW::LINE_FEED
......
......@@ -40,7 +40,7 @@ class DiskReservationGenerator < WikiGenerator
}
# Table construction
table_options = 'class="wikitable sortable"'
table_options = 'class="wikitable sortable" style="text-align: center;"'
@generated_content = MW.generate_table(table_options, table_columns, table_data)
@generated_content += MW.italic(MW.small(generated_date_string))
@generated_content += MW::LINE_FEED
......
......@@ -301,7 +301,7 @@ class G5KHardwareGenerator < WikiGenerator
}
# Table construction
table_options = 'class="wikitable sortable"'
table_options = 'class="wikitable sortable" style="text-align: center;"'
return MW.generate_table(table_options, table_columns, table_data)
end
......
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