Update http functions overview page to show functions in searchable nested directory

This commit is contained in:
Peter Stockings
2025-11-19 17:28:35 +11:00
parent b210188556
commit 00c0d19e3e
8 changed files with 366 additions and 207 deletions

View File

@@ -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 }},