-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hostname on status page #404
Comments
I have added the hostname to the side menu too, but in a 60% font size. It's in the dev branch now (commit 2f1d7fd). Will be released with next version. |
Original comment by Teo (Bitbucket: hyteoo, GitHub: hyteoo): Same thing.. I just called it differently :) All praise for you putting so much effort in this firmware, however in this case I think the hostname would be more important to emphasize :) |
Ah. Yes you are right. But I was thinking I know how long will the "ESPURNA X.X.X" be but not the hostname... Actually, the default hostname is something like "ESPURNA_XXXXXX" which won't fit there at that font size. |
Released with 1.12.1 |
Original comment by RR4711 (Bitbucket: RR4711, GitHub: Unknown): Does not show in Sonof Pow V1.12.1 |
Original comment by RR4711 (Bitbucket: RR4711, GitHub: Unknown): Otherwise nice feature :-) |
It should show the HOSTNAME in big and the version in small just below. |
Original comment by RR4711 (Bitbucket: RR4711, GitHub: Unknown): |
Original comment by RR4711 (Bitbucket: RR4711, GitHub: Unknown): It looks like it's a caching issue with the webbrowser. I reloaded the page today and it shows the name also on the POW. |
Originally reported by: Teo (Bitbucket: hyteoo, GitHub: hyteoo)
After using espurna for a while on multiple devices, I found an obvious caveat when accessing the web admin. It's hard to figure out what device I'm looking at. Moving to the tab title to see the tooltip is kinda counterproductive.
Solution:
Change the status page title into the device hostname or append the hostname to it (eg. Status: Sonoff1)
Alternative:
I guess page name is dynamic so an alternative would be to change the subtitle "Current configuration" into the hostname.
The text was updated successfully, but these errors were encountered: