provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
8.97k stars 1.1k forks source link

Fix LDAP login page by using internal static resources rather than ex… #4416

Open fmartinou opened 3 months ago

fmartinou commented 3 months ago

What changes did you make? (Give an overview) The LDAP login page was loading css (bootstrap and signin from external CDN instead of using the local resources). It already has been fixed for the Basic Auth login page but not the LDAP login page.

How Has This Been Tested?

Checklist

Check out Contributing and Code of Conduct