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) %}
+
+
+ |
+
+ Title
+ |
+
+ Delivery Token
+ |
+
+ Calls
+ |
+
+
{% for key, delivery_token in delivery_tokens_list %}
{% set token_file_path = PATH_TOKENS ~ '/' ~ api ~ '/' ~ delivery_token.dirname ~ '/' ~ 'token.yaml' %}
@@ -13,7 +27,7 @@
|
-
+ |
{{ token_data.title }}
|
{{ delivery_token.dirname }} |
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) %}
+
+
+ |
+
+ Name
+ |
+
+
{% for key, api in api_list %}
|
-
+ |
{{ api }}
|