[Web] Implement table size to quarantine, implements #3325

This commit is contained in:
andryyy
2020-02-22 19:23:57 +01:00
parent 6adeab072d
commit 26e2a1230a
7 changed files with 75 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ $(document).ready(function() {
$(this.$domain).closest("select").selectpicker();
}
});
// todo
// Set paging
$('[data-page-size]').on('click', function(e){
e.preventDefault();
var new_size = $(this).data('page-size');