From baf89e9f572c6f6f47a38eb2f08b41e43b3718cd Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 19 Nov 2019 18:58:34 +0300 Subject: [PATCH] feat(admin-plugin): add ability to set individual icons #250 - for entries and entries collections - for entries fieldsets --- .../views/templates/system/tools/cache.html | 63 ++++++++++++------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/site/plugins/admin/views/templates/system/tools/cache.html b/site/plugins/admin/views/templates/system/tools/cache.html index a0b4ac6a..9e3d4bc1 100644 --- a/site/plugins/admin/views/templates/system/tools/cache.html +++ b/site/plugins/admin/views/templates/system/tools/cache.html @@ -19,13 +19,20 @@ {% if doctrine_size %}{{ doctrine_size }}{% else %}0 KB{% endif %} - - {{ tr('admin_clear') }} +
+ + +
@@ -36,13 +43,20 @@ {% if twig_size %}{{ twig_size }}{% else %}0 KB{% endif %} - - {{ tr('admin_clear') }} +
+ + +
@@ -53,13 +67,20 @@ {% if glide_size %}{{ glide_size }}{% else %}0 KB{% endif %} - - {{ tr('admin_clear') }} +
+ + +