Add community section where public functions can be viewed

This commit is contained in:
Peter Stockings
2025-11-21 10:30:14 +11:00
parent 8eb9b7dceb
commit 213abbfe93
10 changed files with 365 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ history_url=url_for('http.history', function_id=function_id)) }}
name: '{{ name }}',
path: '{{ path }}',
functionId: {{ id }},
description: '{{ description }}',
jsValue: {{ script_content | tojson | safe }},
jsonValue: {{ environment_info | tojson | safe }},
isEdit: true,