diff --git a/site/plugins/admin/templates/system/api/delivery/index.html b/site/plugins/admin/templates/system/api/delivery/index.html index 1712eabe..d1ca9710 100644 --- a/site/plugins/admin/templates/system/api/delivery/index.html +++ b/site/plugins/admin/templates/system/api/delivery/index.html @@ -3,6 +3,20 @@ {% block content %} {% if (delivery_tokens_list | length > 0) %} + + + + + + + + {% for key, delivery_token in delivery_tokens_list %} {% set token_file_path = PATH_TOKENS ~ '/' ~ api ~ '/' ~ delivery_token.dirname ~ '/' ~ 'token.yaml' %} @@ -13,7 +27,7 @@ - diff --git a/site/plugins/admin/templates/system/api/index.html b/site/plugins/admin/templates/system/api/index.html index a5d6c689..e0b83975 100644 --- a/site/plugins/admin/templates/system/api/index.html +++ b/site/plugins/admin/templates/system/api/index.html @@ -3,13 +3,21 @@ {% block content %} {% if (api_list | length > 0) %}
+ Title + + Delivery Token + + Calls +
+ {{ token_data.title }} {{ delivery_token.dirname }}
+ + + + + + {% for key, api in api_list %} -
+ Name +
+ {{ api }}