diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 311d37a0..d2f264df 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -614,17 +614,6 @@ </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> @@ -642,6 +631,19 @@ <div class="progress" id="msd-uploading-progress"><span class="progress-value" id="msd-uploading-progress-value"></span></div> </div> </div> + <div class="hidden" id="msd-new-tips"> + <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> <hr> <div class="buttons buttons-row"> <button class="row50" disabled id="msd-connect-button">Connect drive to Server</button> |