From 027e28c667694fad3d7591815f503b00bfe722b1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 24 Jan 2020 00:38:15 +0300 Subject: [PATCH] feat(admin-plugin): use table component for delivery #211 --- site/plugins/admin/templates/system/api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins/admin/templates/system/api/index.html b/site/plugins/admin/templates/system/api/index.html index cbb7e6b8..a5d6c689 100644 --- a/site/plugins/admin/templates/system/api/index.html +++ b/site/plugins/admin/templates/system/api/index.html @@ -2,7 +2,7 @@ {% block content %} {% if (api_list | length > 0) %} - +
{% for key, api in api_list %}