How to customize Spring Admin 2.0 UI? I want to add some new tabs and delete some of the Info on the Admin screen.
Asked
Active
Viewed 5,052 times
2
-
An Example of Adding new custom tab : https://stackoverflow.com/a/53462345/1131967 – bittu Nov 24 '18 at 21:08
1 Answers
1
According to this Stack Overflow question to disable tab you should disable specific endpoint.
To add custom view check their reference documentation, you will need to implement Vue.js component: http://codecentric.github.io/spring-boot-admin/current/#customizing-custom-views

nmyk
- 1,582
- 1
- 8
- 20