diff --git a/src/web/static/style.css b/src/web/static/style.css index c0d87d7b..08fdcece 100644 --- a/src/web/static/style.css +++ b/src/web/static/style.css @@ -48,6 +48,13 @@ td.inactive { background-color:tan; } +summary { + color: black; + font-size: large; + font-weight: bold; + margin: 0px; +} + .dropzone, .dropzone * { box-sizing: border-box; } diff --git a/src/web/templates/index.html b/src/web/templates/index.html index 4fddf895..ff3c7616 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -1,7 +1,15 @@ {% extends "base.html" %} {% block content %} -
-
The default configuration will be loaded when the Web UI starts up, if available.
Types: SAHD = SASI HDD | SCHD = SCSI HDD | SCRM = Removable | SCMO = Magneto-Optical | SCCD = CD-ROM | SCBR = Host Bridge | SCDP = DaynaPORT
@@ -159,22 +184,19 @@ |
- {% if bridge_configured %} - Bridge is currently configured! - {% else %} - Bridge is automatically configured when a network adapter is attached. - {% endif %} - | -
Uploads file to {{base_dir}}. The largest file size accepted is {{max_file_size}} MB. Zip files will be unzipped.
-For unrecognized file types, try renaming hard drive images to '.hds' and CD-ROM images to '.iso' before uploading.
+
@@ -194,12 +216,16 @@
chunkSize: 1000000 // bytes
}
- Recognized file types: {{valid_file_suffix}} - Download File from Web-Given a URL, download that file to the {{base_dir}} +
+
+
Download File from Web+
|