-
Notifications
You must be signed in to change notification settings - Fork 3.1k
No way to leverage Spring boot admin UI components when adding custom pages #2582
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Seems this is a duplicate of #1877 (which is closed due to missing feedback and got a comment yesterday). So maybe we can leave this one here open to track the problem, now that we understand what is requested. |
+100 to the request, if that helps here is a list of components we would greatly benefit from: |
Hi all, it is possible to use the components already, as they are registered as global components (c.f. https://vuejs.org/guide/components/registration.html#global-registration). We have extended our custom UI examples: https://github.com/codecentric/spring-boot-admin/blob/master/spring-boot-admin-samples/spring-boot-admin-sample-custom-ui/src/custom.vue The result looks like following picture: Please check if this is working for you. Regards |
While upgrading the Spring boot admin 3+ from 2.7x with custom UI, I found that there are some of UI components in the SBA UI and I try to use it, but there seems to be no way to access the components.
It would good to have a way to access the components and leverages them in the custom UI or pages.
The text was updated successfully, but these errors were encountered: