roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

Set window/tab title using customTitle #62

Closed JaZo closed 3 years ago

JaZo commented 3 years ago

Just a minor thing, but I noticed that when you set the customTitle in your appConfig.js file, it only sets the title in the header, but not the title of the window/tab. This PR makes sure both are set.

roest01 commented 3 years ago

Thank you =)