mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix: regression
This commit is contained in:
parent
438a503565
commit
d3d7958060
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class ClientsReport(Resource):
|
|||
clients = []
|
||||
if (api.bui.acl and not
|
||||
api.bui.acl.is_admin(current_user.get_id())):
|
||||
clients = api.bui.acl.clients(current_user.get_id(), server)
|
||||
clients = [{'name': x} for x in api.bui.acl.clients(current_user.get_id(), server)]
|
||||
else:
|
||||
try:
|
||||
clients = api.bui.cli.get_all_clients(agent=server)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue