Development
This commit is contained in:
parent
68b98102cf
commit
a78df48804
7 changed files with 33 additions and 29 deletions
|
|
@ -589,7 +589,7 @@ def collect_tokens():
|
|||
|
||||
tokens['GENERAL_LOG_ERRORS_ONLY'] = 'true' if dns_blk_gen.get('log_errors_only') else 'false'
|
||||
tokens['GENERAL_DAILY_EXECUTE_TIME'] = str(dns_blk_gen.get('daily_execute_time_24hr_local', '-'))
|
||||
tokens['GENERAL_APPLY_ON_SAVE'] = 'true' if net.get('apply_on_save', True) else 'false'
|
||||
tokens['GENERAL_APPLY_ON_SAVE'] = 'true' if session.get('apply_changes_immediately', False) else 'false'
|
||||
|
||||
pending_items = get_dashboard_pending()
|
||||
if pending_items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue