Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[resources] Use TableComposable instead of Table #235

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

ricoberger
Copy link
Member

We are now using the TableComposable component instead of the Table
component to display Kubernetes resources, so that we are finally
removed the Table component from all places were it was used.

We also adjusted the style of hoverable / selectable tables across
several plugins, so that the selected row (the row which is shown in the
details) is now correctly highlighted.

We are now using the TableComposable component instead of the Table
component to display Kubernetes resources, so that we are finally
removed the Table component from all places were it was used.

We also adjusted the style of hoverable / selectable tables across
several plugins, so that the selected row (the row which is shown in the
details) is now correctly highlighted.
@ricoberger ricoberger merged commit be31844 into main Dec 16, 2021
@ricoberger ricoberger deleted the resources-use-tablecomposable-component branch December 16, 2021 12:30
ricoberger added a commit that referenced this pull request Dec 22, 2021
This commit fixes the sync action in the Flux plugin for Kustomizations
and Helm Releases. After #235 we forgot to adjust the sync action, so
that the cluster, namespace and name of the Kustomization / Helm Release
was "undefined" in the action. Therefore the API call failed, because
the resource was not found and an error was shown to the user.

We also changed the behaviour of the "Search" button, so that the
resources are always reloaded, when the user clicks the button.
@ricoberger ricoberger mentioned this pull request Dec 22, 2021
3 tasks
ricoberger added a commit that referenced this pull request Dec 22, 2021
This commit fixes the sync action in the Flux plugin for Kustomizations
and Helm Releases. After #235 we forgot to adjust the sync action, so
that the cluster, namespace and name of the Kustomization / Helm Release
was "undefined" in the action. Therefore the API call failed, because
the resource was not found and an error was shown to the user.

We also changed the behaviour of the "Search" button, so that the
resources are always reloaded, when the user clicks the button.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant