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 @@ title='New HTTP Function')
m.mount(document.getElementById("app"), {
view: () => m(Editor, {
name: '{{ name }}',
path: '{{ path }}',
jsValue: {{ script | tojson | safe }},
pythonValue: {{ default_python_script | tojson | safe }},
jsonValue: {{ environment_info | tojson | safe }},