Standard user domain records list performance loop improvement

This commit is contained in:
Rauno Tuul
2023-03-01 18:43:47 +02:00
parent 077bbb813c
commit 68fe7c0e56
2 changed files with 8 additions and 7 deletions

View File

@ -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'])