Ricardo M.
Ricardo M.
Cool, in your opinion, what should the tooltip say?
We need to define the most common properties from a Pipe to offer them through the CanvasForm
Here's the `Pipe` spec: https://camel.apache.org/camel-k/2.3.x/apis/camel-k.html#_camel_apache_org_v1_PipeSpec So far I can't see any special field, so we can show the following items, similar to `Kamelets` * Name * Labels * Annotations
This is due to `from` having a `steps` property, hence the `Add Step`. in YAML, the `from` is not a regular step like in `XML`.
I'm gonna close the issue as it's working as intended from the `YAML` point of view and also a better functionality is achieved through: https://github.com/KaotoIO/kaoto/pull/1673
> I think that the Multiplying architecture is already providing the API to support that. I'll double check but I think that what is offered is hooks to know when...
@shivamG640 , perhaps not next to the icon but rather next to the field itself.
@shivamG640, To be honest, I don't remember all the details either, but the idea was to have a way to transition from a single line field to a text field....
(RM) Please update it with details from the patternfly team
What we see is the `To` EIP parameters, without the `URI` field, since we can't recognize the kamelet from the catalog, we don't show properties for it. We could do...