mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Adjust basic settings list
Added the new 'session_timeout' setting to the list of rendered basic settings
This commit is contained in:
parent
4cd422ee54
commit
dabc324c52
@ -1375,7 +1375,8 @@ def admin_setting_basic():
|
||||
'dnssec_admins_only',
|
||||
'allow_user_create_domain',
|
||||
'bg_domain_updates',
|
||||
'site_name']
|
||||
'site_name',
|
||||
'session_timeout' ]
|
||||
|
||||
return render_template('admin_setting_basic.html', settings=settings)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user