From 65fc06128c6a93211a78f03f8f9a514872ef8329 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Wed, 31 Jul 2019 12:56:56 -0400 Subject: [PATCH] feat: move cache tpl --- src/views/admin/advanced/cache.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/admin/advanced/cache.tpl b/src/views/admin/advanced/cache.tpl index aa38de4da4..b2d71618b7 100644 --- a/src/views/admin/advanced/cache.tpl +++ b/src/views/admin/advanced/cache.tpl @@ -6,12 +6,6 @@
[[admin/advanced/cache:post-cache]]
-
- {postCache.itemCount}
- -
- {postCache.avgPostSize}
-
{postCache.length} / {postCache.max}
@@ -25,6 +19,14 @@ {postCache.misses}
{postCache.hitRatio}
+
+ +
+ {postCache.itemCount}
+ +
+ {postCache.avgPostSize}
+