diff options
author | Maxim Devaev <[email protected]> | 2023-03-18 04:13:08 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-03-18 04:16:50 +0200 |
commit | fd6f738a074c9a5fe80e94bc486228367deb59a0 (patch) | |
tree | f72dd3be28d7785442d13390f266a94238498b4b /web/kvm/index.html | |
parent | 03ce7bfd2c5823d623cae0f6d9dc2b712869583a (diff) |
msd parts selector
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index b4dbb70b..3b1880a5 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -533,10 +533,10 @@ <input type="text" id="msd-new-url" style="width: 100%"> </td> </tr> - <tr> - <td>Optional upload prefix:</td> - <td> - <input type="text" id="msd-new-prefix" style="width: 100%" placeholder="... like /foo/bar"> + <tr class="hidden" id="msd-new-part"> + <td>Upload partition:</td> + <td width="100%"> + <select id="msd-new-part-selector"></select> </td> </tr> </table> @@ -550,10 +550,6 @@ <td></td> <td>• To speed up the upload, close the stream window.</td> </tr> - <tr> - <td></td> - <td>• A non-empty upload prefix will be created when uploading.</td> - </tr> </table> </div> <div class="hidden" id="msd-uploading-sub"> |