Skip to content

Commit

Permalink
Remove horizontal scrolling from project table
Browse files Browse the repository at this point in the history
because it is an overview page, adding scrolling
did not make much sense here.
  • Loading branch information
ChrisBr committed Dec 10, 2018
1 parent b1a3812 commit d37bfd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/app/assets/javascripts/webui2/project_monitor.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
function setupProjectMonitor() { // jshint ignore:line
initializeDataTable('#project-monitor-table', { // jshint ignore:line
scrollX: true,
scrollY: "50vh",
fixedColumns: true,
pageLength: 50,
lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
Expand Down

0 comments on commit d37bfd6

Please sign in to comment.