Development
This commit is contained in:
parent
68b98102cf
commit
a78df48804
7 changed files with 33 additions and 29 deletions
|
|
@ -111,9 +111,9 @@ def _trim_if_needed():
|
|||
|
||||
def _apply_on_save():
|
||||
try:
|
||||
return load_core().get('network_interfaces', {}).get('apply_on_save', True)
|
||||
return session.get('apply_changes_immediately', False)
|
||||
except Exception:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
def _read_dashboard_pending():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue