From 6630f94eb1c6122f761a87b0fcd879423cf3e624 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Nov 2007 12:46:25 -0400 Subject: Make pagination uses a shiny select box versus an ugly list of pages. TODO: show the start and end object in the menus for easier navigation. --- tests/multi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/multi.py b/tests/multi.py index ce3846c..58f4d64 100644 --- a/tests/multi.py +++ b/tests/multi.py @@ -2,7 +2,7 @@ import cobbler.api as capi api = capi.BootAPI() -SYSTEMS_COUNT = 146 +SYSTEMS_COUNT = 10000 distros = api.distros() profiles = api.profiles() -- cgit