Add support for python function runtime
This commit is contained in:
@@ -24,6 +24,7 @@ title='New HTTP Function')
|
||||
view: () => m(Editor, {
|
||||
name: '{{ name }}',
|
||||
jsValue: {{ script | tojson | safe }},
|
||||
pythonValue: {{ default_python_script | tojson | safe }},
|
||||
jsonValue: {{ environment_info | tojson | safe }},
|
||||
isEdit: false,
|
||||
isAdd: true,
|
||||
|
||||
Reference in New Issue
Block a user