提交 d5fc738e 编写于 作者: O Oleg Nenashev

Merge pull request #1249 from daniel-beck/JENKINS-8358

[FIX JENKINS-8358] Use DISABLED_ANIME icon while building
......@@ -722,7 +722,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
@Override
public BallColor getIconColor() {
if(isDisabled())
return BallColor.DISABLED;
return isBuilding() ? BallColor.DISABLED_ANIME : BallColor.DISABLED;
else
return super.getIconColor();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册