Skip to content

Commit be31844

Browse files
authored
[resources] Use TableComposable instead of Table (#235)
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.
1 parent 1e087c4 commit be31844

28 files changed

+641
-451
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
2828
### Changed
2929

3030
- [#217](https://github.com/kobsio/kobs/pull/217): [azure] Use resource groups to get a list of container instances.
31-
- [#225](https://github.com/kobsio/kobs/pull/225): [core] :warning: _Breaking change:_ :warning: Change options handling accross all plugins and re-add `time` property.
31+
- [#225](https://github.com/kobsio/kobs/pull/225): [core] :warning: _Breaking change:_ :warning: Change options handling across all plugins and re-add `time` property.
3232
- [#229](https://github.com/kobsio/kobs/pull/229): [opsgenie] Allow users to overwrite the selected time range in a dashboard for an Opsgenie panel via the new `interval` property.
3333
- [#230](https://github.com/kobsio/kobs/pull/230): [dashboards] Add special variables `__timeStart` and `__timeEnd` for dashboards.
3434
- [#231](https://github.com/kobsio/kobs/pull/231): [klogs] Highlight expanded row and do not use index as key. The same changes were also applied for the Elasticsearch plugin.
3535
- [#232](https://github.com/kobsio/kobs/pull/232): [core] Change options handling for various plugins.
3636
- [#233](https://github.com/kobsio/kobs/pull/233): [resources] Highlight expanded row for containers in Pod details.
37+
- [#235](https://github.com/kobsio/kobs/pull/235): [resources] Use `TableComposable` instead of `Table` component and unify table style across plugins.
3738

3839
## [v0.7.0](https://github.com/kobsio/kobs/releases/tag/v0.7.0) (2021-11-19)
3940

@@ -209,7 +210,7 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
209210
- [#52](https://github.com/kobsio/kobs/pull/52): Add option to enter a single trace id in the Jaeger plugin.
210211
- [#56](https://github.com/kobsio/kobs/pull/56): Add actions for Elasticsearch plugin to include/exclude and toggle values in the logs view.
211212
- [#58](https://github.com/kobsio/kobs/pull/58): Add plugin support for Teams. It is now possible to define plugins within a Team CR, which are then added to the teams page in the React UI.
212-
- [#59](https://github.com/kobsio/kobs/pull/59): Add support for Templates via the new Templates CRD. Templates allows a user to reuse plugin definitions accross Applications, Teams and Kubernetes resources.
213+
- [#59](https://github.com/kobsio/kobs/pull/59): Add support for Templates via the new Templates CRD. Templates allows a user to reuse plugin definitions across Applications, Teams and Kubernetes resources.
213214
- [#60](https://github.com/kobsio/kobs/pull/60): Add support for additional Pod annotations and labels in the Helm chart via the new `podAnnotations` and `podLabels` values.
214215
- [#63](https://github.com/kobsio/kobs/pull/63): Add Kiali plugin (in the current version the Kiali plugin only supports the graph feature from Kiali).
215216
- [#66](https://github.com/kobsio/kobs/pull/66): Add edge metrics for Kiali plugin.

0 commit comments

Comments
 (0)