Skip to content

Commit

Permalink
Merge pull request #101 from nordic-institute/232310-opendata-ui-fix
Browse files Browse the repository at this point in the history
chore: removed UI elements under the opendata module web interface that allowed setting the page size and searching in results as these are now supported in the API
  • Loading branch information
raits authored Oct 23, 2023
2 parents 6943084 + ef21725 commit ce07b95
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 ce07b95

Please sign in to comment.