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" |
|
|
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