Save number of displayed rows on reload (#135)

* Save number of displayed rows on reload

* Save the job list state indefinitely
pull/145/head
Derek Frankhouser 4 years ago committed by GitHub
parent 4cfd685ade
commit ab42a39cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,7 +119,9 @@
null, null,
{orderable: false}, {orderable: false},
{orderable: false} {orderable: false}
] ],
stateSave: true,
stateDuration: 0
}); });
}); });
</script> </script>

Loading…
Cancel
Save