diff --git a/site/plugins/admin/routes/web.php b/site/plugins/admin/routes/web.php index bf9f7378..e210ef34 100644 --- a/site/plugins/admin/routes/web.php +++ b/site/plugins/admin/routes/web.php @@ -37,6 +37,8 @@ $app->group('/' . $admin_route, function () use ($app) : void { $app->post('/entries/delete', 'EntriesController:deleteProcess')->setName('admin.entries.deleteProcess'); $app->post('/entries/delete-media-file', 'EntriesController:deleteMediaFileProcess')->setName('admin.entries.deleteMediaFileProcess'); $app->post('/entries/upload-media-file', 'EntriesController:uploadMediaFileProcess')->setName('admin.entries.uploadMediaFileProcess'); + $app->post('/entries/display-view-process', 'EntriesController:displayViewProcess')->setName('admin.entries.displayViewProcess'); + // Settings Controller $app->get('/settings', 'SettingsController:index')->setName('admin.settings.index'); diff --git a/site/plugins/admin/templates/system/tools/cache.html b/site/plugins/admin/templates/system/tools/cache.html index 1f169fcd..00dcd5b9 100644 --- a/site/plugins/admin/templates/system/tools/cache.html +++ b/site/plugins/admin/templates/system/tools/cache.html @@ -1,88 +1,87 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} - -
{{ tr('admin_cache') }} | -{{ tr('admin_size') }} | -- |
---|---|---|
- {{ tr('admin_data') }} - | -- {% if doctrine_size %}{{ doctrine_size }}{% else %}0 KB{% endif %} - | -
-
-
-
-
- |
-
- {{ tr('admin_templates') }} - | -- {% if twig_size %}{{ twig_size }}{% else %}0 KB{% endif %} - | -
-
-
-
-
- |
-
- {{ tr('admin_images') }} - | -- {% if glide_size %}{{ glide_size }}{% else %}0 KB{% endif %} - | -
-
-
-
-
- |
-
{{ tr('admin_cache') }} | +{{ tr('admin_size') }} | ++ |
---|---|---|
+ {{ tr('admin_data') }} + | ++ {% if doctrine_size %}{{ doctrine_size }} + {% else %}0 KB{% endif %} + | ++ + | + +
+ {{ tr('admin_templates') }} + | ++ {% if twig_size %}{{ twig_size }} + {% else %}0 KB{% endif %} + | ++ + | + +
+ {{ tr('admin_images') }} + | ++ {% if glide_size %}{{ glide_size }} + {% else %}0 KB{% endif %} + | ++ + | + +