Issues icon indicating copy to clipboard operation
Issues copied to clipboard

UI - Inconsistent icon colour

Open yangguoif opened this issue 4 months ago • 0 comments

Severity

Low, it's only inconsistency in UI, does not block anything.

Version

2025.4.215

Latest Version

I could reproduce the problem in the latest build

What happened?

In Octopus 2025.4, a new set of colour is introduced for resource icon (e.g. Project). While the value of legacy colour is saved together with existing resources in database, the change causes inconsistency in UI when looking at the icon colour for the new and old resources.

The impacted resources are Space, Project, Tenant and PlatformHub Templates.

Reproduction

Using Project as example:

  1. create a project before version 2025.4
  2. create another project after version 2025.4.215
  3. go to Projects page, the old and new projects should show side by side in the dashboard
  4. the colour of the icon is different, although they both use default colour

Error and Stacktrace

N/A

More Information

No response

Workaround

Manually

For all the impacted resources, the icon colour can be updated to colour set in the settings of the resource.

  • Space: Go to Configuration -> Spaces -> select specific Space -> Logo
  • Project: Go to specific Project -> Project Settings -> Logo
  • Tenant: Go to specific Tenant -> Settings -> Logo
  • PlatformHub Template: Go to PlatformHub -> Process Templates -> select specific Template -> Settings -> Icon

Use the one of the script files in the attached zip file to fix all the icons via the API. fix-octopus-icon-colors.zip

yangguoif avatar Sep 09 '25 21:09 yangguoif