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
OSUG
JMMC
jmmc-jmdcui-docker
Commits
fc4fac93
Commit
fc4fac93
authored
Apr 22, 2020
by
Guillaume Mella
Browse files
new version with small default presentation changes
parent
d976441a
Pipeline
#42117
passed with stage
in 3 minutes and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.env
View file @
fc4fac93
IMAGE_TAG=0.
29
-beta
IMAGE_TAG=0.
30
-beta
jmdc-ui/jmdc_app/templates/jmdc_catalog.jinja2
View file @
fc4fac93
...
@@ -44,14 +44,16 @@
...
@@ -44,14 +44,16 @@
<!--
<!--
$(document).ready( function () {
$(document).ready( function () {
$('#stars').DataTable({
$('#stars').DataTable({
aaSorting: [[10,'desc']],
searching: false,
searching: false,
dom: 'Bfrtip',
dom: 'Bfrtip',
buttons: [
buttons: [
'copy', 'csv', 'excel',
'pdf',
'print', 'pageLength'
'copy', 'csv', 'excel', 'print', 'pageLength'
],
],
"lengthMenu": [
"lengthMenu": [
[10, 25, 50, 100, -1],
[10, 25, 50, 100, -1],
[10, 25, 50, 100, "All"]]
[10, 25, 50, 100, "All"]],
"iDisplayLength": 25
});
});
} );
} );
-->
-->
...
...
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