File tree 2 files changed +3
-3
lines changed
java/hudson/plugins/nested_view
resources/hudson/plugins/nested_view/NestedView
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ void setOwner(ViewGroup owner) {
296
296
297
297
public String getImage (View w ) {
298
298
if (w instanceof NestedView ) {
299
- return "folder.gif " ;
299
+ return "folder.png " ;
300
300
} else {
301
301
return "clipboard.png" ;
302
302
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
23
THE SOFTWARE.
24
24
-->
25
25
<?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}"
28
28
permission =" ${it.CONFIGURE}" />
29
29
</j : jelly >
You can’t perform that action at this time.
0 commit comments