Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
d4ae9f19
Commit
d4ae9f19
authored
May 28, 2018
by
Lucas Nussbaum
Browse files
[dev/wiki] sort all tables
parent
7464e98f
Changes
3
Hide whitespace changes
Inline
Side-by-side
generators/wiki/lib/generators/cpu_parameters.rb
View file @
d4ae9f19
...
...
@@ -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
...
...
generators/wiki/lib/generators/disk_reservation.rb
View file @
d4ae9f19
...
...
@@ -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
...
...
generators/wiki/lib/generators/hardware.rb
View file @
d4ae9f19
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment