mirror of https://github.com/apache/archiva.git
use cursor-hand for flush cache icon
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
795544cd93
commit
b519000a09
|
@ -419,7 +419,7 @@
|
||||||
<td>${cacheEntry.cacheHitRate}</td>
|
<td>${cacheEntry.cacheHitRate}</td>
|
||||||
<td>${cacheEntry.inMemorySize}</td>
|
<td>${cacheEntry.inMemorySize}</td>
|
||||||
<td>
|
<td>
|
||||||
<a onclick="flushCache('${cacheEntry.key}')">
|
<a class="cursor-hand" onclick="flushCache('${cacheEntry.key}')" title="flush cache">
|
||||||
{{if cacheEntry.size > 0 }}
|
{{if cacheEntry.size > 0 }}
|
||||||
<img src="images/user-trash-full.png"/>
|
<img src="images/user-trash-full.png"/>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
Loading…
Reference in New Issue