Display http function invoked count in list
This commit is contained in:
@@ -23,7 +23,12 @@
|
||||
{% for function in http_functions %}
|
||||
<tr class="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted" data-id="63">
|
||||
<td class="p-4 align-middle [&:has([role=checkbox])]:pr-0 font-medium cursor-pointer"
|
||||
data-id="66">{{ function.name }}</td>
|
||||
data-id="66">{{ function.name }}
|
||||
<span
|
||||
class="inline-flex items-center justify-center w-4 h-4 ms-2 text-xs font-semibold text-blue-800 bg-blue-200 rounded-full">
|
||||
{{ function.invoked_count }}
|
||||
</span>
|
||||
</td>
|
||||
<td class="p-4 align-middle [&:has([role=checkbox])]:pr-0 hidden md:table-cell" data-id="67">
|
||||
<a href="{{ function.url }}">{{ function.url }}</a>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user