codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.38k stars 3.08k forks source link

Filter-Input is lost after selecting an application #3138

Closed marbon87 closed 8 months ago

marbon87 commented 9 months ago

Spring Boot Admin Server information

Client information

Description

The content of the filter-input element is dynamically added to the uri in the browser and get's added to the history. But when i select an instance of an application in the search result, the filter-parameter in the browser is removed. If i now navigate to the instance and then go back in the browser, the content of the filter is lost.

Example:

  1. Open springbootadmin
  2. Type a word in the filter, e.g. test and notice that the uri parameter q=test is added to the uri in the browser uri bar: image
  3. Click on the first element in the result and noticat that the uri parameter q=test is lost: image
erikpetzold commented 8 months ago

will be included in next release