##// 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 Cache keys used to signal repository state changes after operations such as push, strip etc.
41 Cache keys used to signal repository state changes after operations such as push, strip etc.
42 </p>
42 </p>
43 <div class="field">
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 <tr>
46 <tr>
48 <th>${_('Key')}</th>
47 <th>${_('Key')}</th>
49 <th>${_('State UID')}</th>
48 <th>${_('State UID')}</th>
General Comments 0
You need to be logged in to leave comments. Login now