Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26554

Disabled Jobs Have No Modernized Icon (Still Gray Ball)

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • modernstatus-plugin
    • None
    • Windows Server 2012

      The gray ball is still displaying for disabled jobs when shown in a view.
      I was expecting to see a modernized icon for disabled jobs, such as a power off icon (the typical open circuit circle) or something similar.

      Not sure if this is technically a bug or an improvement depending on the intended design. However, from my POV this would be a bug since it is not consistent with the rest of the component's features.

          [JENKINS-26554] Disabled Jobs Have No Modernized Icon (Still Gray Ball)

          Oliver Vinn added a comment -

          An oversight by me as I don't disable jobs. I'm readying an update to push that will fill this gap. Thanks for reporting.

          Oliver Vinn added a comment - An oversight by me as I don't disable jobs. I'm readying an update to push that will fill this gap. Thanks for reporting.

          Code changed in jenkins
          User: Oliver Vinn
          Path:
          .gitignore
          pom.xml
          src/main/java/jenkinsci/plugins/modernstatus/ModernStatusFilter.java
          src/main/webapp/16x16/aborted.gif
          src/main/webapp/16x16/aborted.png
          src/main/webapp/16x16/blue.gif
          src/main/webapp/16x16/blue.png
          src/main/webapp/16x16/clock.gif
          src/main/webapp/16x16/clock.png
          src/main/webapp/16x16/disabled.gif
          src/main/webapp/16x16/disabled.png
          src/main/webapp/16x16/disabled_anime.gif
          src/main/webapp/16x16/edit-delete.gif
          src/main/webapp/16x16/edit-delete.png
          src/main/webapp/16x16/folder.gif
          src/main/webapp/16x16/folder.png
          src/main/webapp/16x16/grey.gif
          src/main/webapp/16x16/grey.png
          src/main/webapp/16x16/nobuilt.gif
          src/main/webapp/16x16/nobuilt.png
          src/main/webapp/16x16/red.gif
          src/main/webapp/16x16/red.png
          src/main/webapp/16x16/yellow.gif
          src/main/webapp/16x16/yellow.png
          src/main/webapp/24x24/aborted.gif
          src/main/webapp/24x24/aborted.png
          src/main/webapp/24x24/blue.gif
          src/main/webapp/24x24/blue.png
          src/main/webapp/24x24/clock.gif
          src/main/webapp/24x24/clock.png
          src/main/webapp/24x24/disabled.gif
          src/main/webapp/24x24/disabled.png
          src/main/webapp/24x24/disabled_anime.gif
          src/main/webapp/24x24/edit-delete.gif
          src/main/webapp/24x24/edit-delete.png
          src/main/webapp/24x24/folder.gif
          src/main/webapp/24x24/folder.png
          src/main/webapp/24x24/grey.gif
          src/main/webapp/24x24/grey.png
          src/main/webapp/24x24/nobuilt.gif
          src/main/webapp/24x24/nobuilt.png
          src/main/webapp/24x24/red.gif
          src/main/webapp/24x24/red.png
          src/main/webapp/24x24/yellow.gif
          src/main/webapp/24x24/yellow.png
          src/main/webapp/32x32/aborted.gif
          src/main/webapp/32x32/aborted.png
          src/main/webapp/32x32/blue.gif
          src/main/webapp/32x32/blue.png
          src/main/webapp/32x32/clock.gif
          src/main/webapp/32x32/clock.png
          src/main/webapp/32x32/disabled.gif
          src/main/webapp/32x32/disabled.png
          src/main/webapp/32x32/disabled_anime.gif
          src/main/webapp/32x32/edit-delete.gif
          src/main/webapp/32x32/edit-delete.png
          src/main/webapp/32x32/folder.gif
          src/main/webapp/32x32/folder.png
          src/main/webapp/32x32/grey.gif
          src/main/webapp/32x32/grey.png
          src/main/webapp/32x32/nobuilt.gif
          src/main/webapp/32x32/nobuilt.png
          src/main/webapp/32x32/red.gif
          src/main/webapp/32x32/red.png
          src/main/webapp/32x32/yellow.gif
          src/main/webapp/32x32/yellow.png
          src/main/webapp/48x48/aborted.gif
          src/main/webapp/48x48/aborted.png
          src/main/webapp/48x48/blue.gif
          src/main/webapp/48x48/blue.png
          src/main/webapp/48x48/clock.gif
          src/main/webapp/48x48/clock.png
          src/main/webapp/48x48/disabled.gif
          src/main/webapp/48x48/disabled.png
          src/main/webapp/48x48/disabled_anime.gif
          src/main/webapp/48x48/edit-delete.gif
          src/main/webapp/48x48/edit-delete.png
          src/main/webapp/48x48/folder.gif
          src/main/webapp/48x48/folder.png
          src/main/webapp/48x48/grey.gif
          src/main/webapp/48x48/grey.png
          src/main/webapp/48x48/nobuilt.gif
          src/main/webapp/48x48/nobuilt.png
          src/main/webapp/48x48/red.gif
          src/main/webapp/48x48/red.png
          src/main/webapp/48x48/yellow.gif
          src/main/webapp/48x48/yellow.png
          src/main/webapp/generate.sh
          http://jenkins-ci.org/commit/modernstatus-plugin/4a48db648f246527e79ce9a393202527dc71e752
          Log:
          JENKINS-26554 Disabled job icon not replaced

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Vinn Path: .gitignore pom.xml src/main/java/jenkinsci/plugins/modernstatus/ModernStatusFilter.java src/main/webapp/16x16/aborted.gif src/main/webapp/16x16/aborted.png src/main/webapp/16x16/blue.gif src/main/webapp/16x16/blue.png src/main/webapp/16x16/clock.gif src/main/webapp/16x16/clock.png src/main/webapp/16x16/disabled.gif src/main/webapp/16x16/disabled.png src/main/webapp/16x16/disabled_anime.gif src/main/webapp/16x16/edit-delete.gif src/main/webapp/16x16/edit-delete.png src/main/webapp/16x16/folder.gif src/main/webapp/16x16/folder.png src/main/webapp/16x16/grey.gif src/main/webapp/16x16/grey.png src/main/webapp/16x16/nobuilt.gif src/main/webapp/16x16/nobuilt.png src/main/webapp/16x16/red.gif src/main/webapp/16x16/red.png src/main/webapp/16x16/yellow.gif src/main/webapp/16x16/yellow.png src/main/webapp/24x24/aborted.gif src/main/webapp/24x24/aborted.png src/main/webapp/24x24/blue.gif src/main/webapp/24x24/blue.png src/main/webapp/24x24/clock.gif src/main/webapp/24x24/clock.png src/main/webapp/24x24/disabled.gif src/main/webapp/24x24/disabled.png src/main/webapp/24x24/disabled_anime.gif src/main/webapp/24x24/edit-delete.gif src/main/webapp/24x24/edit-delete.png src/main/webapp/24x24/folder.gif src/main/webapp/24x24/folder.png src/main/webapp/24x24/grey.gif src/main/webapp/24x24/grey.png src/main/webapp/24x24/nobuilt.gif src/main/webapp/24x24/nobuilt.png src/main/webapp/24x24/red.gif src/main/webapp/24x24/red.png src/main/webapp/24x24/yellow.gif src/main/webapp/24x24/yellow.png src/main/webapp/32x32/aborted.gif src/main/webapp/32x32/aborted.png src/main/webapp/32x32/blue.gif src/main/webapp/32x32/blue.png src/main/webapp/32x32/clock.gif src/main/webapp/32x32/clock.png src/main/webapp/32x32/disabled.gif src/main/webapp/32x32/disabled.png src/main/webapp/32x32/disabled_anime.gif src/main/webapp/32x32/edit-delete.gif src/main/webapp/32x32/edit-delete.png src/main/webapp/32x32/folder.gif src/main/webapp/32x32/folder.png src/main/webapp/32x32/grey.gif src/main/webapp/32x32/grey.png src/main/webapp/32x32/nobuilt.gif src/main/webapp/32x32/nobuilt.png src/main/webapp/32x32/red.gif src/main/webapp/32x32/red.png src/main/webapp/32x32/yellow.gif src/main/webapp/32x32/yellow.png src/main/webapp/48x48/aborted.gif src/main/webapp/48x48/aborted.png src/main/webapp/48x48/blue.gif src/main/webapp/48x48/blue.png src/main/webapp/48x48/clock.gif src/main/webapp/48x48/clock.png src/main/webapp/48x48/disabled.gif src/main/webapp/48x48/disabled.png src/main/webapp/48x48/disabled_anime.gif src/main/webapp/48x48/edit-delete.gif src/main/webapp/48x48/edit-delete.png src/main/webapp/48x48/folder.gif src/main/webapp/48x48/folder.png src/main/webapp/48x48/grey.gif src/main/webapp/48x48/grey.png src/main/webapp/48x48/nobuilt.gif src/main/webapp/48x48/nobuilt.png src/main/webapp/48x48/red.gif src/main/webapp/48x48/red.png src/main/webapp/48x48/yellow.gif src/main/webapp/48x48/yellow.png src/main/webapp/generate.sh http://jenkins-ci.org/commit/modernstatus-plugin/4a48db648f246527e79ce9a393202527dc71e752 Log: JENKINS-26554 Disabled job icon not replaced

            ovinn Oliver Vinn
            pixman20 pixman20
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: