Concourse: New resources are no longer highlighted in UI

Created on 27 Jul 2018  路  3Comments  路  Source: concourse/concourse

Bug Report

Highlighting of new resources broken in Concourse 4.0.0, which was a super useful feature to see what triggered a given build. In previous releases the resources versions which changed since the last build were highlighted in the UI but now all the resource bar appear as the same color:

screen shot 2018-07-27 at 11 13 21 am

Looks like a missing CSS rule. I installed a browser plugin to define custom CSS rules when the site loads and this fixes it:

.build-step.first-occurrence > .header {
    background: #5f5b5b; /* probably not exactly the right shade */
}

Back to normal:

screen shot 2018-07-27 at 11 10 35 am

The following can also be handy:

  • Concourse version: 4.0.0
  • Deployment type (BOSH/Docker/binary): BOSH
  • Infrastructure/IaaS: N/A
  • Browser (if applicable): Chrome and Safari
  • Did this used to work? Worked prior to 4.0.0
accepted bug sizsmall web-ui

Most helpful comment

  • [ ] Update icons to #F1C40F

screen shot 2018-07-30 at 12 12 57 pm

All 3 comments

  • [ ] Update icons to #F1C40F

screen shot 2018-07-30 at 12 12 57 pm

Is there any associated documentation about this ? Otherwise it will remain a secret passed around the campfire on Discord :-)

I have an action item to start documenting / explaining our UI elements in the UI! because...its actually pretty tough to read for newcomers. Happy to have folks jam on it too down the road!

Was this page helpful?
0 / 5 - 0 ratings