mirror of https://git.48k.eu/ogcp
parent
f18f989011
commit
f6f84cf8b2
|
@ -831,7 +831,7 @@ def action_image_restore():
|
|||
form.partition.choices = [
|
||||
(f"{disk_id} {part_id}",
|
||||
f"Disk {disk_id} | Partition {part_id} "
|
||||
f"| {PART_CODES.get(part_code, 'UNKNOWN')} "
|
||||
f"| {PART_TYPE_CODES.get(part_code, 'UNKNOWN')} "
|
||||
f"{FS_CODES.get(filesystem, 'UNKNOWN')}")
|
||||
for disk_id, part_id, part_code, filesystem in part_choices ]
|
||||
scopes, clients = get_scopes(set(ips))
|
||||
|
|
Loading…
Reference in New Issue