Add versions for http_functions, whenever script is updated a new version is logged.
This commit is contained in:
@@ -25,6 +25,9 @@ refresh_url=url_for('get_http_function_logs', function_id=function_id), show_edi
|
||||
</svg>
|
||||
</button>
|
||||
<span>{{ invocation.invocation_time.strftime('%Y-%m-%d %H:%M:%S') }}</span>
|
||||
<span class="bg-blue-500 text-white text-xs font-semibold px-2 py-1 rounded">
|
||||
v{{ invocation.version_number }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Request Data for Mobile and Desktop -->
|
||||
|
||||
Reference in New Issue
Block a user