Further refactor, still need to cleanup db.py
This commit is contained in:
@@ -9,8 +9,8 @@ show_refresh=False,
|
||||
show_logs=False,
|
||||
show_client=False,
|
||||
show_link=False,
|
||||
dashboardUrl=url_for('http.dashboard_http_functions'),
|
||||
cancel_url=url_for('http.dashboard_http_functions'),
|
||||
dashboardUrl=url_for('http.overview'),
|
||||
cancel_url=url_for('http.overview'),
|
||||
title='New HTTP Function')
|
||||
}}
|
||||
|
||||
@@ -32,9 +32,9 @@ title='New HTTP Function')
|
||||
logRequest: {{ log_request | tojson }},
|
||||
logResponse: {{ log_response | tojson }},
|
||||
executeUrl: "{{ url_for('execute_code', playground='true') }}",
|
||||
saveUrl: "{{ url_for('http.api_create_http_function') }}",
|
||||
saveUrl: "{{ url_for('http.new') }}",
|
||||
showDeleteButton: false,
|
||||
dashboardUrl: "{{ url_for('http.dashboard_http_functions') }}"
|
||||
dashboardUrl: "{{ url_for('http.overview') }}"
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user