From 7a7f74aba4e75cb9d8107f5acbf189e291c8bdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20K=C3=B6nig?= Date: Sun, 8 Dec 2024 19:39:18 +0100 Subject: [PATCH] adds health filter to shards view --- CHANGELOG.md | 2 ++ src/components/shards/IndexShards.vue | 14 +++++++++++--- src/components/shards/ShardsTable.vue | 5 ++++- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63fbea03..069f4055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * truncate long fields in search results table, fixes [#211](https://github.com/cars10/elasticvue/issues/211) * fix search results table column filtering again, fixes [#244](https://github.com/cars10/elasticvue/issues/244) +* fix hotkey issues, fixes [#273](https://github.com/cars10/elasticvue/issues/273) +* adds health filter to shards view ## 1.1.0 diff --git a/src/components/shards/IndexShards.vue b/src/components/shards/IndexShards.vue index ecebd6b4..6d564a41 100644 --- a/src/components/shards/IndexShards.vue +++ b/src/components/shards/IndexShards.vue @@ -10,13 +10,16 @@ - + + +