Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 92ac1d88375c373aeccd7342af98ddda307f4a79
https://github.com/jenkinsci/jenkins/commit/92ac1d88375c373aeccd7342af98ddda307f4a79
Author: Markus Winter <[email protected]>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M core/src/main/resources/lib/hudson/executors.jelly
M core/src/main/resources/lib/hudson/executors.properties
M core/src/main/resources/lib/hudson/executors_de.properties
A war/src/main/resources/images/symbols/error.svg
A war/src/main/resources/images/symbols/paper-plane-outline.svg
M war/src/main/scss/base/_style.scss
M war/src/main/scss/components/_side-panel-widgets.scss
Log Message:
-----------
remove idle executors from widget (#9177)
* remove idle executors from widget
showing idle executors brings no value. They only blow up the widget.
Instead the busy/total number of executors are added behind the agent
name when the agent is online.
The executor name is kept intentionally to distinguish regular executors
from oneoffexecutors
* feedback
use an icon for oneoffexecutors (FlyweightTask), instead of using a
number for normal executors (which is also not really interesting).
When there are no agents and no builds running use the same text as when
collapsed to show that nothing is running.
* busy in widget header
* fine tuning styling
* icon-xs symbols
* show offline
* show collapsed with no executors
* fix css
* append tooltip to parent
---------
Co-authored-by: Daniel Beck <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/jenkins/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/16b5d2-92ac1d%40github.com.