Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-5047] Added 'pending' text to action.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 6, 2011
1 parent b5642ef commit 59234f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -26,6 +26,8 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<tr id="row${it.id}">
<td style="vertical-align: top; padding-right:1em">${%Restarting Jenkins}</td>
<td ><img src="${imagesURL}/24x24/refresh.png" alt="" /></td>
<td id="status"><img src="${imagesURL}/24x24/refresh.png" alt="" />
${%Pending}
</td>
</tr>
</j:jelly>
Expand Up @@ -21,3 +21,4 @@
# THE SOFTWARE.

Restarting\ Jenkins=Jenkins neu starten
Pending=Wartend

0 comments on commit 59234f0

Please sign in to comment.