# HG changeset patch # User RhodeCode Admin # Date 2024-02-08 09:52:57 # Node ID 96e21ab827676ee23de28c6aa1ce414fcbe86fc3 # Parent c652fe5b01fcb47659abdbb2d5f8f2ba1c7e810a feat(caches): cache page shows all keys since there should be only 1 per repo now diff --git a/rhodecode/templates/admin/repos/repo_edit_caches.mako b/rhodecode/templates/admin/repos/repo_edit_caches.mako --- a/rhodecode/templates/admin/repos/repo_edit_caches.mako +++ b/rhodecode/templates/admin/repos/repo_edit_caches.mako @@ -41,9 +41,8 @@ Cache keys used to signal repository state changes after operations such as push, strip etc.

- ${_('Show all')} ${len(c.rhodecode_db_repo.cache_keys)} - +
${_('Key')} ${_('State UID')}