hanicz opened a new pull request, #1174: URL: https://github.com/apache/knox/pull/1174
…xed and issue where the dialog windows would only close on the second try on the Homepage UI. [KNOX-3275](https://issues.apache.org/jira/browse/KNOX-3275) - Option to group/separate ui services with config ## What changes were proposed in this pull request? - Adds option to group/separate UI services on the HomepageUI - Fixes and issue where the dialog windows would only close on the second try on the Homepage UI - Adds new unit tests for the UI group ability ## How was this patch tested? Locally tested with custom topologies ``` <property> <name>knox.homepage.group.ui.services</name> <value>true</value> </property> ``` ``` <service> <role>IMPALAUI</role> <url>https://ccycloud-3.thaniczuiup.root.comops.site:25000/</url> <url>https://ccycloud-2.thaniczuiup.root.comops.site:25000/</url> </service> ``` ## Integration Tests N/A ## UI changes <img width="1611" height="620" alt="Screenshot 2026-03-10 at 15 32 40" src="https://github.com/user-attachments/assets/bf8c2591-144f-4d23-b7b2-4d97e6a88ac8" /> <img width="1901" height="597" alt="Screenshot 2026-03-10 at 15 32 32" src="https://github.com/user-attachments/assets/dc027dad-ca93-4c6e-bd61-8ca38a1558db" /> <img width="1904" height="590" alt="Screenshot 2026-03-10 at 15 29 00" src="https://github.com/user-attachments/assets/fa81bced-2b14-4cbd-8379-221e681dfbcd" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
