fix: force page limit

This commit is contained in:
ibuler
2025-09-16 11:18:41 +08:00
committed by 老广
parent 3c1fd134ae
commit e156ab6ad8
11 changed files with 32 additions and 21 deletions

View File

@@ -29,8 +29,7 @@ class HostMixin:
('list', 'terminal.view_applethost'),
('retrieve', 'terminal.view_applethost'),
)
default_limit = None
page_no_limit = True
def get_permissions(self):
if self.kwargs.get('host') and settings.DEBUG: