Added ability to limit dashboard results
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine
2024-05-24 12:35:01 -04:00
parent 93afda6d10
commit d95be2e185
3 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,7 @@
$(document).ready(function() {
console.log('Document is ready!');
$('#filter-limiter').on('change', () => {
$('#filter-form').submit();
});
});