Show execution time in logs screen for http and timer functions
This commit is contained in:
@@ -44,6 +44,8 @@ history_url=url_for('http.history', function_id=function_id)) }}
|
||||
<span class="text-sm text-gray-900 dark:text-gray-200">{{
|
||||
invocation.invocation_time.strftime('%Y-%m-%d %H:%M:%S')
|
||||
}}</span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">{{ "%.2f"|format(invocation.execution_time or
|
||||
0) }}ms</span>
|
||||
<span
|
||||
class="inline-flex items-center w-fit px-2 py-1 text-xs font-medium bg-blue-100 text-blue-700 dark:bg-blue-900/30 dark:text-blue-300 rounded-full">
|
||||
v{{ invocation.version_number }}
|
||||
|
||||
Reference in New Issue
Block a user