Added ability to limit dashboard results
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
$(document).ready(function() {
|
||||
console.log('Document is ready!');
|
||||
|
||||
$('#filter-limiter').on('change', () => {
|
||||
$('#filter-form').submit();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user