We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 3.4.3
Spring Boot version: 3.4.3
Configured Security: basic auth
Webflux or Servlet application: Servlet
Spring Boot versions: 3.4.4
Used discovery mechanism: consul
The property iframe does not work for children of external-views. Essentially, taking an example from the samples, doing this doesn't work:
iframe
children
external-views
spring: boot: admin: ui: external-views: - label: Link w/o children children: - label: "📖 Docs" url: https://codecentric.github.io/spring-boot-admin/current/ iframe: true - label: "📦 Maven" url: https://search.maven.org/search?q=g:de.codecentric%20AND%20a:spring-boot-admin-starter-server iframe: true
Vue.js throws an error about not finding a route to build the list of children for the dropdown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spring Boot Admin Server information
Version: 3.4.3
Spring Boot version: 3.4.3
Configured Security: basic auth
Webflux or Servlet application: Servlet
Client information
Spring Boot versions: 3.4.4
Used discovery mechanism: consul
Webflux or Servlet application: Servlet
Description
The property
iframe
does not work forchildren
ofexternal-views
. Essentially, taking an example from the samples, doing this doesn't work:Vue.js throws an error about not finding a route to build the list of children for the dropdown.
The text was updated successfully, but these errors were encountered: