From edbaaf645de7941afe89940f4f8b5ba76a9141a3 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 25 Sep 2022 17:37:28 -0700 Subject: [PATCH] Web UI tweaks: Detaching removable devices; SCSI-1 drive profiles (#854) * Display the Detach action for injected removable media * Flag three DEC drives as SCSI-1 --- python/web/src/drive_properties.json | 12 ++++++------ python/web/src/templates/index.html | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/python/web/src/drive_properties.json b/python/web/src/drive_properties.json index 0b5a1c60..39300742 100644 --- a/python/web/src/drive_properties.json +++ b/python/web/src/drive_properties.json @@ -7,8 +7,8 @@ "block_size": 512, "size": 52445184, "name": "DEC RZ22", - "file_type": "hds", - "description": "Page/Swap drive for satellite workstations", + "file_type": "hd1", + "description": "Page/Swap drive for satellite workstations (SCSI-1)", "url": "http://lastin.dti.supsi.ch/VET/disks/EK-RZXXD-PS.pdf" }, { @@ -19,8 +19,8 @@ "block_size": 512, "size": 104890368, "name": "DEC RZ23", - "file_type": "hds", - "description": "Smallest usable drive for OpenVMS/VAX", + "file_type": "hd1", + "description": "Smallest usable drive for OpenVMS/VAX (SCSI-1)", "url": "http://lastin.dti.supsi.ch/VET/disks/EK-RZXXD-PS.pdf" }, { @@ -31,8 +31,8 @@ "block_size": 512, "size": 209813504, "name": "DEC RZ24", - "file_type": "hds", - "description": "Smallest usable drive for OpenVMS/VAX + Motif", + "file_type": "hd1", + "description": "Smallest usable drive for OpenVMS/VAX + Motif (SCSI-1)", "url": "http://lastin.dti.supsi.ch/VET/disks/EK-RZXXD-PS.pdf" }, { diff --git a/python/web/src/templates/index.html b/python/web/src/templates/index.html index d0ed8ef7..a120161f 100644 --- a/python/web/src/templates/index.html +++ b/python/web/src/templates/index.html @@ -100,13 +100,12 @@ - {% else %} + {% endif %}
- {% endif %}