Skip to content

Commit

Permalink
chore: removed UI elements under the opendata module web interface that
Browse files Browse the repository at this point in the history
allowed setting the page size and searching in results as these are now
supported in the API
  • Loading branch information
raits committed Oct 23, 2023
1 parent 6943084 commit ef21725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opendata_module/opmon_opendata/static/gui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ function displayPreview() {
ajax: API_ROOT + '/logs_sample' + getQuery(),
cache: false,
scrollX: true,
ordering: false
ordering: false,
lengthChange: false,
searching: false,
} );
})
}

0 comments on commit ef21725

Please sign in to comment.