Fernando Hoyos
Fernando Hoyos
### Describe the change Initial PR for Kiali Spanish translation. It adds the Spanish option to the language dropdown and includes some translations (menu and overview page). The idea is...
### What do you want to improve? UI alignment of the configuration values on the Mesh page. ### What is the current behavior? Currently, different configurations are displayed in different...
I have noticed that lodash library is used in 3 different ways within Kiali: ``` import _ from 'lodash'; import { isArray } from 'lodash'; import _isEqual from 'lodash/isEqual'; ```...
### Describe the change Unsaved changes prompt before leaving the Istio config details page was disabled since it is not supported in React Router upgrade to v6. This PR enables...
### What do you want to improve? Confirmation message before reloading a modified Istio config YAML value or before navigating to a different page. ### What is the current behavior?...
### What do you want to improve? The notification center message. ### What is the current behavior? Currently, the notification center message is slightly outdated compared to the rest of...
### Describe the bug The console throws an error when the user navigates from a details page (application, service or workload) to the PFT traffic graph. ``` Uncaught TypeError: c.getElements...
### Describe the change Enable the patternfly cypress graph tests in OSSMC ### Steps to test the PR Verify that the CI tests for OSSMC are successful
### Describe the bug From any workload details page, the user cannot navigate to another workload. Although the user is briefly routed to the new workload, it immediately returns to...