diff options
author | Maxim Devaev <[email protected]> | 2023-03-20 20:34:54 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-03-20 20:51:02 +0200 |
commit | 2392aa2330cd34d2cb1fb1a40a1da523e2c150ab (patch) | |
tree | fd3197380c83b26abd9bab33e13da0936f1339a7 /web/kvm/index.html | |
parent | 4f70060d5ed68d114be7c421a9a21e9fbca98601 (diff) |
show all parts in msd menu
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 18128ba3..4e088654 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -498,9 +498,7 @@ </tr> </table> <hr> - <div class="text"> - <div class="progress" id="msd-storage-progress"><span class="progress-value" id="msd-storage-progress-value"></span></div> - </div> + <div id="msd-storages"></div> <hr> <div class="buttons buttons-row"> <button class="row50" disabled id="msd-select-new-button">Select image to upload</button> |