提交 d96a56fa 编写于 作者: K Kohsuke Kawaguchi

use PNG

上级 21a02552
...@@ -511,9 +511,9 @@ public /*transient*/ abstract class Computer extends Actionable implements Acces ...@@ -511,9 +511,9 @@ public /*transient*/ abstract class Computer extends Actionable implements Acces
@Exported @Exported
public String getIcon() { public String getIcon() {
if(isOffline()) if(isOffline())
return "computer-x.gif"; return "computer-x.png";
else else
return "computer.gif"; return "computer.png";
} }
public String getIconAltText() { public String getIconAltText() {
......
...@@ -66,7 +66,7 @@ THE SOFTWARE. ...@@ -66,7 +66,7 @@ THE SOFTWARE.
<td><!-- config link --> <td><!-- config link -->
<j:if test="${c.hasPermission(c.CONFIGURE)}"> <j:if test="${c.hasPermission(c.CONFIGURE)}">
<a href="${rootURL}/${c.url}configure"> <a href="${rootURL}/${c.url}configure">
<img src="${imagesURL}/32x32/setting.gif" <img src="${imagesURL}/32x32/setting.png"
title="${%Configure}" alt="${%Configure}" title="${%Configure}" alt="${%Configure}"
border="0"/> border="0"/>
</a> </a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册