You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
In the fabric8 web console you should be able to edit Camel components. There is a command now that can do that: https://github.com/fabric8io/fabric8-forge/blob/master/addons/camel/src/main/java/io/fabric8/forge/camel/commands/project/CamelEditComponentCommand.java
The command works for Spring Boot projects as that is where we edit the application.properties file. (yaml not supported yet).
Also not all components have options to edit, but the command only lists components that has options and which are in use in the project.
The project must be a Spring Boot project for the command to be active.
We have a "add component" button, maybe we need an "edit component" button, or some other way of triggering the command.
The text was updated successfully, but these errors were encountered: