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 %}