diff options
author | Maxim Devaev <[email protected]> | 2021-08-02 04:08:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-08-02 04:08:15 +0300 |
commit | 61a6b289f35f9c81cceee18394d35af4de1a28f0 (patch) | |
tree | 8e63a2635f4ec803ce967e4ac43ee2c80c4b6431 /web | |
parent | 9927e933564b3a09e3803d6f17a28c83ca0c3dfb (diff) |
note
Diffstat (limited to 'web')
-rw-r--r-- | web/kvm/index.html | 11 | ||||
-rw-r--r-- | web/kvm/navbar-msd.pug | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index a36a4792..12416814 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -380,6 +380,17 @@ </td> </tr> </table> + <hr> + <table class="kv"> + <tr> + <td class="value">Note:</td> + <td>• Don't close the browser page until the upload is complete.</td> + </tr> + <tr> + <td></td> + <td>• To speed up the upload, close the stream window.</td> + </tr> + </table> </div> <div class="hidden" id="msd-uploading-sub"> <hr> diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug index 87902c91..362297fa 100644 --- a/web/kvm/navbar-msd.pug +++ b/web/kvm/navbar-msd.pug @@ -69,6 +69,14 @@ li(id="msd-dropdown" class="right feature-disabled") tr td #[b Or] paste a URL: td #[input(type="text" id="msd-new-url" style="width: 100%")] + hr + table(class="kv") + tr + td(class="value") Note: + td • Don't close the browser page until the upload is complete. + tr + td + td • To speed up the upload, close the stream window. div(id="msd-uploading-sub" class="hidden") hr table(class="kv") |