mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Added support to show all background processes in separate panel. Fixes #3709
2) Port process watcher to React. Fixes #7404
This commit is contained in:
committed by
Akshay Joshi
parent
271b6d91fc
commit
c2b23465cc
@@ -721,10 +721,10 @@ def deploy_on_azure(data):
|
||||
else:
|
||||
session['azure_cache_files_list'] = {p.id: azure.azure_cache_name}
|
||||
|
||||
return True, {'label': _label, 'sid': sid}
|
||||
return True, p, {'label': _label, 'sid': sid}
|
||||
except Exception as e:
|
||||
current_app.logger.exception(e)
|
||||
return False, str(e)
|
||||
return False, None, str(e)
|
||||
finally:
|
||||
del session['azure']['azure_obj']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user