mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
msd parts selector
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -71,9 +71,9 @@ 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%")]
|
||||
tr
|
||||
td Optional upload prefix:
|
||||
td #[input(type="text" id="msd-new-prefix" style="width: 100%" placeholder="... like /foo/bar")]
|
||||
tr(id="msd-new-part" class="hidden")
|
||||
td Upload partition:
|
||||
td(width="100%") #[select(id="msd-new-part-selector")]
|
||||
hr
|
||||
table(class="kv")
|
||||
tr
|
||||
@@ -82,9 +82,6 @@ li(id="msd-dropdown" class="right feature-disabled")
|
||||
tr
|
||||
td
|
||||
td • To speed up the upload, close the stream window.
|
||||
tr
|
||||
td
|
||||
td • A non-empty upload prefix will be created when uploading.
|
||||
div(id="msd-uploading-sub" class="hidden")
|
||||
hr
|
||||
table(class="kv")
|
||||
|
||||
Reference in New Issue
Block a user