diff --git a/templates/dashboard/http_functions.html b/templates/dashboard/http_functions.html index 50de7ac..74ace67 100644 --- a/templates/dashboard/http_functions.html +++ b/templates/dashboard/http_functions.html @@ -22,12 +22,23 @@ {% for function in http_functions %} - {{ function.name }} + + {{ function.name }} + 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 ml-1"> {{ function.invoked_count }} + {% if function.is_public %} + + + + + + + {% endif %} +