Replace old container provider forms with the new DDF version #7155
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instead of selecting the protocols for metrics, alerts and virtualization in the common area, I moved these dropdowns into the corresponding tabs which are always visible. This way the protocol selection is consistent with other provider screens. The detect button is already in the schema, but as there's no API endpoint for the feature, it is hidden and its behavior is not yer implemented. The kubevirt tab has all the fields editable and the user has to manually copy its values as the DDF can't do it automatically. Eventually, there will be a detect button that would copy the values on-demand.
Before:
After:
Parent issue: ManageIQ/manageiq#18818
Depends on: ManageIQ/manageiq-providers-kubernetes#385