From e26d4c10e46fc840f31b140938f6ddff373723a5 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 23 Jan 2020 15:32:20 +0300 Subject: [PATCH] feat(admin-plugin): update tools template #211 --- .../templates/system/tools/registry.html | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/site/plugins/admin/templates/system/tools/registry.html b/site/plugins/admin/templates/system/tools/registry.html index d291d7b2..a3c23054 100644 --- a/site/plugins/admin/templates/system/tools/registry.html +++ b/site/plugins/admin/templates/system/tools/registry.html @@ -1,24 +1,24 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} - - - - - - - - - {% for key, value in registry_dump %} - - - - - {% endfor %} - -
{{ tr('admin_key') }}{{ tr('admin_value') }}
- {{ key }} - - {{ value }} -
-{% endblock %} + + + + + + + + + {% for key, value in registry_dump %} + + + + + {% endfor %} + +
{{ tr('admin_key') }}{{ tr('admin_value') }}
+ {{ key }} + + {{ value }} +
+{% endblock %} \ No newline at end of file