Add pagination features, paginate admin pages #95

Merged
greg merged 4 commits from feature/89-pagination into master 2023-03-01 09:34:58 +00:00
Showing only changes of commit 7cff849d79 - Show all commits

View File

@ -10,7 +10,7 @@ Sidekiq::Testing.inline! do
ldap.add_attribute "cn=admin,ou=kosmos.org,cn=users,dc=kosmos,dc=org", :admin, "true"
5.times do |n|
35.times do |n|
username = Faker::Name.unique.first_name.downcase
email = Faker::Internet.unique.email