mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-16 13:06:06 +00:00
Standard user domain records list performance loop improvement
This commit is contained in:
@ -133,7 +133,8 @@ def domain(domain_name):
|
||||
editable_records=editable_records,
|
||||
quick_edit=quick_edit,
|
||||
ttl_options=ttl_options,
|
||||
current_user=current_user)
|
||||
current_user=current_user,
|
||||
allow_user_view_history=Setting().get('allow_user_view_history'))
|
||||
|
||||
|
||||
@domain_bp.route('/remove', methods=['GET', 'POST'])
|
||||
|
Reference in New Issue
Block a user