Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Edit Camel component in web console #431

Open
davsclaus opened this issue Aug 2, 2016 · 0 comments
Open

Edit Camel component in web console #431

davsclaus opened this issue Aug 2, 2016 · 0 comments

Comments

@davsclaus
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant