Skip to content

Commit c56dfd2

Browse files
NotMyFaultjudovana
authored andcommitted
chore: Prepare for icon removal from core
1 parent 9393b35 commit c56dfd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/main/java/hudson/plugins/nested_view/NestedView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void setOwner(ViewGroup owner) {
296296

297297
public String getImage(View w) {
298298
if (w instanceof NestedView) {
299-
return "folder.gif";
299+
return "folder.png";
300300
} else {
301301
return "clipboard.png";
302302
}

Diff for: src/main/resources/hudson/plugins/nested_view/NestedView/sidepanel2.jelly

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
THE SOFTWARE.
2424
-->
2525
<?jelly escape-by-default='true'?>
26-
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
27-
<l:task icon="images/32x32/folder.gif" href="${rootURL}/${it.viewUrl}newView" title="${%New View}"
26+
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
27+
<l:task icon="icon-folder icon-md" href="${rootURL}/${it.viewUrl}newView" title="${%New View}"
2828
permission="${it.CONFIGURE}" />
2929
</j:jelly>

0 commit comments

Comments
 (0)