diff --git a/site/plugins/admin/views/templates/system/tools/cache.html b/site/plugins/admin/views/templates/system/tools/cache.html index 86466986..a7ea20f8 100644 --- a/site/plugins/admin/views/templates/system/tools/cache.html +++ b/site/plugins/admin/views/templates/system/tools/cache.html @@ -1,5 +1,67 @@ {% extends "plugins/admin/views/partials/base.html" %} {% block content %} -ad + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ tr('admin_cache') }}{{ tr('admin_size') }}
+ Doctrine + + {% if doctrine_size %}{{ doctrine_size }}{% else %}0 KB{% endif %} + + + {{ tr('admin_clear') }} +
+ Twig + + {% if twig_size %}{{ twig_size }}{% else %}0 KB{% endif %} + + + {{ tr('admin_clear') }} +
+ Glide + + {% if glide_size %}{{ glide_size }}{% else %}0 KB{% endif %} + + + {{ tr('admin_clear') }} +
{% endblock %}