mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-09 03:45:39 +00:00
0d0339a316
The dashboard.domains_custom route was hardcoded to either return all the domains, or at most 100, regardless of default_domain_table_size setting. Make this limit be dependent on default_domain_table_size instead. The API will now limit to 100 or default_domain_table_size, whichever one is higher. This is done to not break any seconday use-cases that might depend on the hardcoded setting. |
||
---|---|---|
.. | ||
__init__.py | ||
admin.py | ||
api.py | ||
base.py | ||
dashboard.py | ||
domain.py | ||
index.py | ||
user.py |