Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.project
.settings
target
work
work
.idea
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Jenkins/Hudson SmartFrog plugin
Jenkins SmartFrog plugin

http://www.jenkins-ci.org/
http://www.jenkins.io/

http://www.smartfrog.org/


Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</j:if>
</l:tasks>
<j:if test="${!it.building}">
<l:task icon="images/24x24/edit-delete.png" href="${h.getActionUrl(it.url,action)}/confirmDelete" title="${%Delete} ${action.displayName}"
<l:task icon="icon-edit-delete icon-md" href="${h.getActionUrl(it.url,action)}/confirmDelete" title="${%Delete} ${action.displayName}"
permission="${it.DELETE}" />
</j:if>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</h1>
<l:rightspace>
<a href="consoleText">
<img src="${imagesURL}/24x24/document.gif" alt="" />View as plain text
<l:icon class="icon-document icon-md" />View as plain text
</a>
</l:rightspace>
<j:choose>
Expand All @@ -30,4 +30,4 @@
</j:choose>
</l:main-panel>
</l:layout>
</st:compress>
</st:compress>