diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 92df8097..6683e94d 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -162,7 +162,7 @@ <hr> </div> - <div id="msd-current-image-broken" class="msd-message"> + <div id="msd-drive-image-broken" class="msd-message"> <div class="menu-item-content-text"> <table> <tr> @@ -197,11 +197,11 @@ <table class="msd-info"> <tr> <td>Current image:</td> - <td id="msd-current-image-name" class="msd-info-value"></td> + <td id="msd-drive-image-name" class="msd-info-value"></td> </tr> <tr> <td>Image size:</td> - <td id="msd-current-image-size" class="msd-info-value"></td> + <td id="msd-drive-image-size" class="msd-info-value"></td> </tr> <tr> <td>Storage size:</td> |