summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-31 13:54:25 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-31 13:54:25 -0400
commit02d2e0137f706018baf3b0b1794afdc3cbf4cda9 (patch)
tree9caeb437a13b921b659d9b3a85d9aa9c349523bf /cobbler/remote.py
parent8c179cbc21dcafd91671404607f1c290f18aeb11 (diff)
downloadthird_party-cobbler-02d2e0137f706018baf3b0b1794afdc3cbf4cda9.tar.gz
third_party-cobbler-02d2e0137f706018baf3b0b1794afdc3cbf4cda9.tar.xz
third_party-cobbler-02d2e0137f706018baf3b0b1794afdc3cbf4cda9.zip
Ongoing work on WUI pagination
Diffstat (limited to 'cobbler/remote.py')
-rw-r--r--cobbler/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/remote.py b/cobbler/remote.py
index a292dee..a871e22 100644
--- a/cobbler/remote.py
+++ b/cobbler/remote.py
@@ -77,7 +77,7 @@ class CobblerXMLRPCInterface:
data = self.__get_all(collection_name)
return len(data)
- def __get_all(self,collection_name,page,results_per_page):
+ def __get_all(self,collection_name,page=None,results_per_page=None):
"""
Helper method to return all data to the WebUI or another caller
without going through the process of loading all the data into