From 1215485d4082e703afe4ff4db7f755169ff1a67a Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 22 Jun 2019 09:59:50 +0300 Subject: [PATCH] Admin Panel: Tools #170 #165 - next round of implementation --- site/plugins/admin/views/templates/system/tools/cache.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/plugins/admin/views/templates/system/tools/cache.html b/site/plugins/admin/views/templates/system/tools/cache.html index a7ea20f8..2244b863 100644 --- a/site/plugins/admin/views/templates/system/tools/cache.html +++ b/site/plugins/admin/views/templates/system/tools/cache.html @@ -13,7 +13,7 @@ - Doctrine + Data {% if doctrine_size %}{{ doctrine_size }}{% else %}0 KB{% endif %} @@ -30,7 +30,7 @@ - Twig + Templates {% if twig_size %}{{ twig_size }}{% else %}0 KB{% endif %} @@ -47,7 +47,7 @@ - Glide + Images {% if glide_size %}{{ glide_size }}{% else %}0 KB{% endif %}