mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-21 18:17:07 +00:00
Update web UI following SASI removal; clean up references to SAHD in Python sources
This commit is contained in:
@@ -1282,10 +1282,10 @@ msgstr "Apagar la Raspberry Pi"
|
||||
#~ msgstr "Liberar la reserva"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Types: SAHD = SASI HDD | SCHD = SCSI HDD | SCRM = Removable | SCMO = Magneto-"
|
||||
#~ "Types: SCHD = SCSI HDD | SCRM = Removable | SCMO = Magneto-"
|
||||
#~ "Optical | SCCD = CD-ROM | SCBR = Host Bridge | SCDP = DaynaPORT"
|
||||
#~ msgstr ""
|
||||
#~ "Tipos: SAHD = SASI HDD | SCHD = SCSI HDD | SCRM = extraíble | SCMO = magneto-"
|
||||
#~ "Tipos: SCHD = SCSI HDD | SCRM = extraíble | SCMO = magneto-"
|
||||
#~ "optico | SCCD = CD-ROM | SCBR = Host Bridge | SCDP = DaynaPORT"
|
||||
|
||||
#~ msgid "Attach Ethernet Adapter"
|
||||
|
||||
@@ -134,7 +134,6 @@ def index():
|
||||
formatted_devices = sort_and_format_devices(devices["device_list"])
|
||||
|
||||
valid_image_suffixes = "." + ", .".join(
|
||||
server_info["sahd"] +
|
||||
server_info["schd"] +
|
||||
server_info["scrm"] +
|
||||
server_info["scmo"] +
|
||||
|
||||
Reference in New Issue
Block a user