please let me know if anyone knows above query. I want add extra tags into index.html file for console UI Page. I have done lot of R&D, but couldn't find solution.
Is there any way to customized or extend Admin Console UI
142 views Asked by kumud garg At
1
If you're looking to display some custom information for a given toggle on the admin console, you can do this by creating your own annotation.
See this example: https://github.com/togglz/togglz/blob/master/core/src/main/java/org/togglz/core/annotation/Owner.java
Then just mark your toggle with that annotation.