Skip to content

Commit

Permalink
work in progress for idaholab#329, improve extracted_files download page
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 2, 2024
1 parent a3bb3e0 commit 3889eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion file-monitor/scripts/extracted_files_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def do_GET(self):
# header row
t = tr(style="text-align: center")
t.add(
th("Download"),
th(
f"Download{' (AE-2 zipped)' if (args.zip and args.key) else ' (zipped)' if args.zip else ' (encrypted)' if args.key else ''}"
),
th("Type" if args.magic else "Extension"),
th("Size"),
)
Expand Down

0 comments on commit 3889eb6

Please sign in to comment.