Spring boot admin add custom tab
I am looking to add a custom tab to spring boot admin server following the documentation at http://codecentric.github.io/spring-boot-admin/2.1.1/#customizing-custom-views-instance However the documentation and the sample project https://github.com/codecentric/spring-boot-admin/tree/2.1.1/spring-boot-admin-samples/spring-boot-admin-sample-custom-ui do not seem to help understand how to go about it. My understanding from reading the documentation and the example is that the ui is a separate module. The pieces I seem to be missing are how do I bundle them ui module and spring boot admin server