erikbocks opened a new pull request, #11895: URL: https://github.com/apache/cloudstack/pull/11895
### Description Currently, the icon displayed for Kubernetes in the GUI is a Buddhist dharmachakra. This PR fixes this by changing the icon displayed in the GUI to the official Kubernetes logo. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [X] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] Build/CI - [ ] Test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor ### Screenshots (if appropriate): The icon displayed before the changes: <details><summary>Before</summary> <img width="223" height="514" alt="image" src="https://github.com/user-attachments/assets/c9603768-bf3d-4b22-b796-04fc132d75a9" /> <img width="242" height="377" alt="image" src="https://github.com/user-attachments/assets/0c7140df-a39a-459d-b3d8-ff7f179bb004" /> </details> After the changes: <details><summary>After</summary> <img width="228" height="543" alt="image" src="https://github.com/user-attachments/assets/e98ef271-2d99-42c6-bd7a-b889c0c10ee3" /> <img width="252" height="391" alt="image" src="https://github.com/user-attachments/assets/3a469daa-bcdb-4282-91b7-12bfc136beca" /> </details> ### How Has This Been Tested? After changing the icon, I ran the UI locally by using `npm run serve`, then validated that the new icon was displayed correctly in the `Compute`, `Create` and `Images` tabs. #### How did you try to break this feature and the system with this change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
