Hello, It seems like services with query param are displayed twice on the homepage, as mentioned here https://issues.apache.org/jira/browse/KNOX-2925?jql=project%20%3D%20KNOX%20AND%20resolution%20%3D%20Unresolved%20AND%20text%20~%20%22homepage%22%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
I was wondering if there is a way to distinguish them in the homepage, by maybe showing next to the name the url it's pointing to. I tried to display the host in the shortDesc tag by doing so <shortDesc>HBase UI {{HOST}}</shortDesc> but wasn' t successful. Maybe there is a parameter in the topology itself where each url can have a name or something like that. Thanks for your answers