Hello Grafana Team,
I am using Grafana OSS v13.1.0 (b309c9bb3b) and am trying to completely white-label the login page for our internal deployment.
I have successfully customized several UI elements, including:
- Login logo
- Application name
- “Forgot your password?” text
- “New to Grafana?” text
- Other login page branding
However, I am unable to remove or hide the version string displayed at the bottom of the login page:
Grafana v13.1.0 (b309c9bb3b)
I searched through the compiled JavaScript files under:
/usr/share/grafana/public/build
and inspected files such as:
LoginPage.234487fe7c10165b9dfd.js
LoginPage-react19.a44e40f1dee1a9eadea9.js
I also searched for keywords like:
Grafana
13.1.0
buildInfo
b309c9bb3b
but could not identify where this version information is rendered.
Could someone please advise:
- Which source file or React component renders the login page version?
- Is there a supported way to hide it in Grafana OSS?
- If not, what is the recommended approach for a fully white-labeled installation?
Any guidance would be greatly appreciated.
Thank you!
Best regards,
Kaushal Shriyan