提交 b9287adb 编写于 作者: K kohsuke

using display name here is better.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2018 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b90d2e66
......@@ -104,7 +104,7 @@
<ul style="list-style-type: none;">
<j:forEach var="item" items="${upstream}">
<li>
<a href="${rootURL}/${item.key.url}">${item.key.name}</a>
<a href="${rootURL}/${item.key.url}">${item.key.displayName}</a>
<t:buildLink job="${item.key}" number="${item.value}" />
</li>
</j:forEach>
......@@ -116,7 +116,7 @@
<ul style="list-style-type: none;">
<j:forEach var="item" items="${downstream}">
<li>
<a href="${rootURL}/${item.key.url}">${item.key.name}</a>
<a href="${rootURL}/${item.key.url}">${item.key.displayName}</a>
<j:choose>
<j:when test="${item.value.isEmpty()}">
(none)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册