mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-08 19:35:40 +00:00
Add new table records
This commit is contained in:
parent
0737aceddc
commit
d742ca2480
@ -72,7 +72,9 @@ def init_records():
|
|||||||
maintenance_setting = Setting('maintenance', 'False')
|
maintenance_setting = Setting('maintenance', 'False')
|
||||||
fullscreen_layout_setting = Setting('fullscreen_layout', 'True')
|
fullscreen_layout_setting = Setting('fullscreen_layout', 'True')
|
||||||
record_helper_setting = Setting('record_helper', 'True')
|
record_helper_setting = Setting('record_helper', 'True')
|
||||||
|
login_ldap_first_setting = Setting('login_ldap_first', 'True')
|
||||||
default_table_size_setting = Setting('default_record_table_size', '15')
|
default_table_size_setting = Setting('default_record_table_size', '15')
|
||||||
|
default_domain_table_size_setting = Setting('default_domain_table_size', '10')
|
||||||
|
|
||||||
# Check if record already exists
|
# Check if record already exists
|
||||||
init_roles(db, [admin_role, user_role])
|
init_roles(db, [admin_role, user_role])
|
||||||
|
Loading…
Reference in New Issue
Block a user