mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-21 19:38:07 +00:00
fix: force page limit
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user