You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,13 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
28
28
### Changed
29
29
30
30
-[#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.
32
32
-[#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.
33
33
-[#230](https://github.com/kobsio/kobs/pull/230): [dashboards] Add special variables `__timeStart` and `__timeEnd` for dashboards.
34
34
-[#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.
35
35
-[#232](https://github.com/kobsio/kobs/pull/232): [core] Change options handling for various plugins.
36
36
-[#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.
@@ -209,7 +210,7 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
209
210
-[#52](https://github.com/kobsio/kobs/pull/52): Add option to enter a single trace id in the Jaeger plugin.
210
211
-[#56](https://github.com/kobsio/kobs/pull/56): Add actions for Elasticsearch plugin to include/exclude and toggle values in the logs view.
211
212
-[#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.
213
214
-[#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.
214
215
-[#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).
215
216
-[#66](https://github.com/kobsio/kobs/pull/66): Add edge metrics for Kiali plugin.
0 commit comments