provectus/kafka-ui

Brokers: Configs - The list isn't reset to the default state after the search

Open

#4179 opened on Aug 31, 2023

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Java (7,799 stars) (977 forks)batch import
good first issuescope/frontendstatus/acceptedstatus/confirmedtype/bug

Description

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Relevant results based on key word in Search input are still kept.

Expected behavior

  • the list of configs isn't reset to the default state;
  • all available records should be displayed.

Your installation details

Running master-labeled docker image

Steps to reproduce

  1. Login to Kafka-UI
  2. Navigate to Brokers
  3. Click on the broker and switch to Configs tab.
  4. Search by "false" value
  5. Click on the cross (X)

Screenshots

https://github.com/provectus/kafka-ui/assets/106804748/da63870b-6dbd-4516-aa5c-c5653daca8a1

Logs

No response

Additional context

No response

Contributor guide