Allow generating ISO image from local file (#1046)

- Break out generate_iso() into its own class method in file_cmds
- Add form and handling of using local file to generate iso image
- Reorder index page sections to group actions that create new image files
This commit is contained in:
Daniel Markstedt
2022-12-23 16:13:52 -08:00
committed by GitHub
parent bf2b210c4c
commit cde4866844
5 changed files with 248 additions and 140 deletions
@@ -741,7 +741,8 @@ section#files p {
}
section#files table#images form.file-attach input[type="submit"],
section#attach-devices form.device-attach input[type="submit"] {
section#attach-devices form.device-attach input[type="submit"],
section#create-iso form.iso-attach input[type="submit"] {
background: #efefef url("icons/file-device-attach.svg") no-repeat 0.5rem center;
background-size: 1rem;
padding-left: 2rem;