提交 82a10c12 编写于 作者: O Oliver Gondža

Merge pull request #531 from lvotypko:scheduled-jobs-in-view

Conflicts:
    core/src/main/resources/hudson/views/BuildButtonColumn/column.jelly
...@@ -30,17 +30,17 @@ THE SOFTWARE. ...@@ -30,17 +30,17 @@ THE SOFTWARE.
<a href="${jobBaseUrl}${job.shortUrl}build?delay=0sec"> <a href="${jobBaseUrl}${job.shortUrl}build?delay=0sec">
<j:choose> <j:choose>
<j:when test="${job.parameterized}"> <j:when test="${job.parameterized}">
<img src="${imagesURL}/${subIconSize}/clock.png" <j:set var="title" value="${%Schedule a build with parameters}"/>
title="${%Schedule a build with parameters}" alt="${%Schedule a build with parameters}"
border="0"/>
</j:when> </j:when>
<j:otherwise> <j:otherwise>
<img src="${imagesURL}/${subIconSize}/clock.png" <j:set var="title" value="${%Schedule a build}"/>
title="${%Schedule a build}" alt="${%Schedule a build}"
onclick="return build_${id}(this)"
border="0"/>
</j:otherwise> </j:otherwise>
</j:choose> </j:choose>
<j:set var="icon" value="${app.queue.contains(job) ? 'clock_anime.gif' : 'clock.png'}"/>
<img src="${imagesURL}/${subIconSize}/${icon}"
title="${title}" alt="${title}"
onclick="return build_${id}(this)"
border="0"/>
</a> </a>
<script> <script>
function build_${id}(img) { function build_${id}(img) {
...@@ -51,4 +51,4 @@ THE SOFTWARE. ...@@ -51,4 +51,4 @@ THE SOFTWARE.
</script> </script>
</j:if> </j:if>
</td> </td>
</j:jelly> </j:jelly>
\ No newline at end of file
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册