I’ve set the default_home_dashboard_path
in grafana.ini file and it works well with my dashboard.
But for some reason the title I see in the browser is changing to ‘Grafana’ after logging in. Although I can see the proper title when I choose the same dashboard from the menu explicitly
I’ve tried to set the title in the /usr/share/grafana/public/views/index.html
It works, but as soon as the home dashboard is fetched, it magically changes to ‘Grafana’
I’m running grafana/grafana-enterprise:latest
in a docker container without a license
Thanks in advance!