##// END OF EJS Templates
feat(caches): cache page shows all keys since there should be only 1 per repo now
super-admin -
r5289:96e21ab8 default
parent child Browse files
Show More
@@ -41,9 +41,8 b''
41 41 Cache keys used to signal repository state changes after operations such as push, strip etc.
42 42 </p>
43 43 <div class="field">
44 <a href="#showKeys" onclick="$('#signal-keys').toggle()">${_('Show all')} ${len(c.rhodecode_db_repo.cache_keys)}</a>
45 44
46 <table class="rctable edit_cache" id="signal-keys" style="display: none">
45 <table class="rctable edit_cache" id="signal-keys">
47 46 <tr>
48 47 <th>${_('Key')}</th>
49 48 <th>${_('State UID')}</th>
General Comments 0
You need to be logged in to leave comments. Login now