diff options
author | Maxim Devaev <[email protected]> | 2021-07-28 11:43:46 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-07-28 11:43:46 +0300 |
commit | 801b290ac67de03810704f523faae6cf53bb4186 (patch) | |
tree | 33a4f14cb8f2829d871c89178d8ce454186edd2f /web/kvm/index.html | |
parent | e43cbb667f26c6e61527fb2d58373a0822f3153a (diff) |
show remote uploading file
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index b152035d..dd7d1de5 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -303,17 +303,6 @@ </div> <hr> </div> - <div class="hidden" id="msd-message-another-user-uploads"> - <div class="text"> - <table> - <tr> - <td rowspan="2"><img class="sign " src="/share/svg/info.svg"></td> - <td style="line-height:1.5"><b>Another user uploads an image</b></td> - </tr> - </table> - </div> - <hr> - </div> <table class="kv"> <tr> <td>Status:</td> @@ -372,6 +361,17 @@ <button class="row25" disabled id="msd-upload-new-image-button">Upload</button> <button class="row25" disabled id="msd-abort-uploading-button">Abort</button> </div> + <div class="hidden" id="msd-message-another-user-uploads"> + <hr> + <div class="text"> + <table> + <tr> + <td rowspan="2"><img class="sign " src="/share/svg/info.svg"></td> + <td style="line-height:1.5"><b>Another user uploads an image</b></td> + </tr> + </table> + </div> + </div> <div class="hidden" id="msd-submenu-new-image"> <hr> <table class="kv"> |