提交 91634075 编写于 作者: D Daniel Beck

[FIX JENKINS-8358] Use DISABLED_ANIME icon while building

上级 016f304c
......@@ -721,7 +721,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.
先完成此消息的编辑!
想要评论请 注册