From c6599c754364bebc1ce96fe0fa6787189e211f55 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Wed, 19 Nov 2025 17:47:18 +1100 Subject: [PATCH] Add badge for public functions and move function link to right --- .../http_functions/_function_list.html | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/templates/dashboard/http_functions/_function_list.html b/templates/dashboard/http_functions/_function_list.html index 9d58ab3..d681739 100644 --- a/templates/dashboard/http_functions/_function_list.html +++ b/templates/dashboard/http_functions/_function_list.html @@ -20,6 +20,15 @@
+ {% if function.is_public %} + + + + + Public + + {% endif %} {{ function.name.split('/')[-1] }} v{{ function.version_number }} @@ -41,14 +50,6 @@ d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" /> - - - - - - + + + + + +
{% endif %}