Markus Winter

Results 80 comments of Markus Winter

Should the padding be a bit bigger maybe? like this:

I wonder how this change could cause this error. This change only affect jelly/js files so it is pure UI

It's definitely happening after configRoundTrip But I think it is not related to this change. When I add a 30 sec sleep after the configRoundTrip, then also the current master...

Not something for this PR but the many svg we include also blow up the html and usually most of them are not really needed (but one never knows). And...

In your initial description you have 2 places where you wrote stage-view but meant graph-view I think. > I'd like to suggest replacing it with the ***graph-view plugin***, providing a...

I think this wastes a lot of space. I have a 32'' 4k screen and on my Jenkins I get 17 to over 20 agents in 1 row (depends on...

What happens when initially there are exactly the number of builds which can be shown without paging. Now a new build starts which means now we need the navigation arrows....

According to https://issues.jenkins.io/browse/JENKINS-70684 this class is probably obsolete. Maybe the documentation needs to be updated in the plugin to no longer point to using things from core

Considering that Jenkins is built with java11 you could simply return `true` for isRunningWithPostJava8 and `false` for isRunningWithJava8OrBelow That said these methods seems to be obsolete somehow maybe they should...

Some questions: - Should the behaviour always be active or should this depend on a systemproperty maybe - Would it make sense to have also an approach where one can...