- | Name |
- URL |
- Actions |
@@ -23,9 +28,9 @@
{% for function in http_functions %}
|
- {{ function.name }}
+ {{ function.name }}
+ class="inline-flex items-center justify-center w-5 h-5 ms-2 text-xs font-semibold text-blue-800 bg-blue-200 rounded-full ml-1">
{{ function.invoked_count }}
{% if function.is_public %}
@@ -60,22 +65,21 @@
|
diff --git a/templates/dashboard/timer_functions.html b/templates/dashboard/timer_functions.html
index 8831255..ce3310b 100644
--- a/templates/dashboard/timer_functions.html
+++ b/templates/dashboard/timer_functions.html
@@ -1,5 +1,5 @@
- Timer functions
+ Timer functions
- |