PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
537 stars 82 forks source link

Different page title for Upload page #1050

Closed rdmark closed 1 year ago

rdmark commented 1 year ago

As requested by user AmbulatoryCorpse on Discord:

With the new Upload page in the Web Interface opening in a new tab by default, it would be good to give it a different page title so that users can tell it apart from the main page at a glance.

Since we don't want to fork the base.html template, one idea is to have the title string as a jinja variable with data fed from the Flask app dynamically.

I think we should name it something that starts with PiSCSI to group them visually. F.e. PiSCSI File Upload

At the same time, we may want to consider giving each unique template its own title.

rdmark commented 1 year ago

PR in https://github.com/PiSCSI/piscsi/pull/1056