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:
Olivier Lamy 2012-12-27 19:14:33 +00:00
parent 795544cd93
commit b519000a09
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@
<td>${cacheEntry.cacheHitRate}</td>
<td>${cacheEntry.inMemorySize}</td>
<td>
<a onclick="flushCache('${cacheEntry.key}')">
<a class="cursor-hand" onclick="flushCache('${cacheEntry.key}')" title="flush cache">
{{if cacheEntry.size > 0 }}
<img src="images/user-trash-full.png"/>
{{else}}