提交 12c3d207 编写于 作者: O Olaf Lenz 提交者: Kohsuke Kawaguchi

Put User Id before Name in user list.

上级 dfba2f49
......@@ -38,8 +38,8 @@ THE SOFTWARE.
<table class="sortable pane bigtable" id="people">
<tr>
<th />
<th>${%Name}</th>
<th>${%User Id}</th>
<th>${%Name}</th>
<th initialSortDir="up">${%Last Active}</th>
<th>${%On}</th>
</tr>
......@@ -47,8 +47,8 @@ THE SOFTWARE.
<tr>
<td><a href="${rootURL}/${p.user.url}/"><img src="${imagesURL}/${iconSize}/user.png"
alt="" class="icon${iconSize}"/></a></td>
<td><a href="${rootURL}/${p.user.url}/">${p.user}</a></td>
<td><a href="${rootURL}/${p.user.url}/">${p.user.id}</a></td>
<td><a href="${rootURL}/${p.user.url}/">${p.user}</a></td>
<td data="${p.timeSortKey}">${p.lastChangeTimeString}</td>
<td><a href="${rootURL}/${p.project.url}">${p.project.fullDisplayName}</a></td>
</tr>
......
......@@ -25,3 +25,4 @@ Last\ Active=Letzte Aktivit
On=Job
All\ People=Alle Benutzer
People=Benutzer
User\ Id=Jenkins Benutzer Id
......@@ -33,15 +33,15 @@ THE SOFTWARE.
<table class="sortable pane bigtable" id="people">
<tr>
<th style="width:32px"/>
<th>${%Name}</th>
<th>${%User Id}</th>
<th>${%Name}</th>
<th style="width:32px"/>
</tr>
<j:forEach var="user" items="${it.allUsers}">
<tr>
<td><a href="${user.url}/"><img src="${imagesURL}/32x32/user.png" alt="" height="32" width="32"/></a></td>
<td><a href="${user.url}/">${user}</a></td>
<td><a href="${user.url}/">${user.id}</a></td>
<td><a href="${user.url}/">${user}</a></td>
<td>
<a href="${user.url}/configure"><img src="${imagesURL}/32x32/setting.png" alt="Setting" height="32" width="32"/></a>
<j:if test="${user.canDelete()}">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册