action #168742
Updated by okurz 29 days ago
## Motivation
In https://github.com/os-autoinst/openQA/pull/2489 #47213 we did favicons depending on test result. We should do the equivalent for /tests/overview where we already compute a combined result and visualize that in the color of the overview box.
## Acceptance criteria
* **AC1:** /tests/overview tab favicons visualize all build results similar as on the test details page
* **AC2:** /tests/overview tab favicons are distinguishable from the ones on the test details page
## Suggestions
* I suggest to use similar favicons as we already have in assets/images/logo-$state.{png,svg} but instead of a circle use a rectangle or add a rectangular frame around, e.g.
![logo-build-execution.png](logo-build-execution.png) or ![logo-build-passed.png](logo-build-passed.png) ![logo-build-execution.svg](logo-build-execution.svg)
Back