Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(viz): Remove nodes from the canvas
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: #78
- Loading branch information