Skip to content

Children of external views don't render when iframe is set to true #4259

New issue

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

Open
hanpov opened this issue May 8, 2025 · 0 comments
Open

Children of external views don't render when iframe is set to true #4259

hanpov opened this issue May 8, 2025 · 0 comments

Comments

@hanpov
Copy link

hanpov commented May 8, 2025

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 for children of external-views. Essentially, taking an example from the samples, doing this doesn't work:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant