nurikk / zigbee2mqtt-frontend

Zigbee2MQTT frontend
https://www.zigbee2mqtt.io/
GNU General Public License v3.0
263 stars 187 forks source link

Custom page title #2117

Open uboness opened 3 months ago

uboness commented 3 months ago

Is your feature request related to a problem? Please describe. Right now the page title is fixed to "Zigbee2MQTT". When you have multiple instance of z2m and you have multiple tab open to these instances, it's hard to distinguish between them (which tab points to which instance).

Describe the solution you'd like The page title should be customizable in the z2m configuration file under the frontend key. E.g.:

frontend: 
  port: 8080
  title: "Z2M - Instance 1"
uboness commented 3 months ago

At the same time it'd also be nice to have the top left title inside the page

Screenshot 2024-09-02 at 16 38 10