From be14f304cd7a49007152ea1e8a23fbcbd64c8fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kel=C4=8D=C3=A1k?= Date: Sun, 20 Aug 2023 17:26:45 +0200 Subject: [PATCH] Update --- src/Dashboards/Realpath/RealpathTrait.php | 2 +- templates/dashboards/realpath.twig | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Dashboards/Realpath/RealpathTrait.php b/src/Dashboards/Realpath/RealpathTrait.php index 0591715..29f5926 100644 --- a/src/Dashboards/Realpath/RealpathTrait.php +++ b/src/Dashboards/Realpath/RealpathTrait.php @@ -22,7 +22,7 @@ trait RealpathTrait { private function panels(array $all_keys): string { $panels = [ [ - 'title' => 'Realpath Info', + 'title' => 'Realpath info', 'data' => [ 'Total' => ini_get('realpath_cache_size'), 'Used' => Format::bytes(realpath_cache_size()), diff --git a/templates/dashboards/realpath.twig b/templates/dashboards/realpath.twig index e92cde2..74c232b 100644 --- a/templates/dashboards/realpath.twig +++ b/templates/dashboards/realpath.twig @@ -13,10 +13,9 @@ - {{ include('partials/keys_table.twig', { head_items: [ - {'title': 'Key'}, + {'title': 'Path'}, {'title': 'Realpath'}, {'title': 'Is dir', 'class': 'w-16'}, {'title': 'TTL', 'class': 'w-16'},