Update http functions overview page to show functions in searchable nested directory
This commit is contained in:
@@ -23,6 +23,7 @@ history_url=url_for('http.history', function_id=function_id)) }}
|
||||
m.mount(document.getElementById("app"), {
|
||||
view: () => m(Editor, {
|
||||
name: '{{ name }}',
|
||||
path: '{{ path }}',
|
||||
functionId: {{ id }},
|
||||
jsValue: {{ script_content | tojson | safe }},
|
||||
jsonValue: {{ environment_info | tojson | safe }},
|
||||
|
||||
Reference in New Issue
Block a user