Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 095f1de

Browse files
committed
fix url bug
1 parent 1700d8d commit 095f1de

File tree

1 file changed

+1
-1
lines changed
  • web/src/main/webapp/WEB-INF/jsp/admin/monitor/ehcache

1 file changed

+1
-1
lines changed

web/src/main/webapp/WEB-INF/jsp/admin/monitor/ehcache/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<%@include file="nav.jspf" %>
1010

1111
<ul class="nav nav-pills">
12-
<li ${empty param.sort ? "class='active'" : ""}><a href="">默认排序</a></li>
12+
<li ${empty param.sort ? "class='active'" : ""}><a href="?">默认排序</a></li>
1313
<li ${param.sort eq 'hitPercent' ? "class='active'" : ""}><a href="?sort=hitPercent">总命中率</a></li>
1414
<li ${param.sort eq 'objectCount' ? "class='active'" : ""}><a href="?sort=objectCount">内存中对象数</a></li>
1515
</ul>

0 commit comments

Comments
 (0)