From 520dd1244b3c79c00a1e3bea39dedf1d9ae1c154 Mon Sep 17 00:00:00 2001 From: zyzzmohit Date: Sun, 18 Jan 2026 15:01:17 +0530 Subject: [PATCH] docs(console): add global status and text filter documentation (fixes #800) Signed-off-by: zyzzmohit --- docs/content/ui-docs/ui-overview.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/content/ui-docs/ui-overview.md b/docs/content/ui-docs/ui-overview.md index d1c2646d..7bb34079 100644 --- a/docs/content/ui-docs/ui-overview.md +++ b/docs/content/ui-docs/ui-overview.md @@ -4,20 +4,19 @@ The KubeStellar UI is an add-on developed to make managing workloads via KubeStellar even simpler and more intuitive. With its web-based interface, you can view and manage your Workload Definition Space, Inventory and Transport Space, and Binding Policies all interactively, with both drag-and-drop and text-based interface modes available for use. -## Learn More +## Console Features -### UI Repository -To explore more fully under the covers, [visit the UI repository at https://github.com/kubestellar/ui](https://github.com/kubestellar/ui) +### Global Filtering ---- +The KubeStellar Console now features a powerful **Global Filtering** system located in the navbar, allowing you to filter resources across all dashboard cards and pages simultaneously. -### README (copied from the UI Repository) +- **Global Status Filter**: Filter your view by resource status (e.g., `Running`, `Failed`, `Pending`, `Initializing`). This helps you quickly identify issues across your entire fleet. +- **Custom Text Filter**: Use the search bar to filter resources by Name, Namespace, or Cluster. + +> [!NOTE] +> Your filter preferences are automatically saved to your browser's local storage, so they persist between sessions. -(The content that follows is imported from a copy of the README.md file for the KubeStellarUI repository) -{% - include-markdown "./README.md" -%}