Add syntax highlighting for different runtimes in function history for timer & http functions
This commit is contained in:
@@ -23,7 +23,8 @@ history_url=url_for('timer.history', function_id=function_id))
|
||||
view: () => m(FunctionHistory, {
|
||||
versions: {{ versions| tojson | safe }},
|
||||
function_id: {{ function_id }},
|
||||
restore_url: "{{ url_for('timer.restore', function_id=function_id) }}"
|
||||
restore_url: "{{ url_for('timer.restore', function_id=function_id) }}",
|
||||
runtime: "{{ runtime }}"
|
||||
})
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user