Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Aug 20, 2023
1 parent e844358 commit be14f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Dashboards/Realpath/RealpathTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down
3 changes: 1 addition & 2 deletions templates/dashboards/realpath.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
</div>
</div>


{{ include('partials/keys_table.twig', {
head_items: [
{'title': 'Key'},
{'title': 'Path'},
{'title': 'Realpath'},
{'title': 'Is dir', 'class': 'w-16'},
{'title': 'TTL', 'class': 'w-16'},
Expand Down

0 comments on commit be14f30

Please sign in to comment.