diff options
author | Devaev Maxim <[email protected]> | 2019-09-24 00:03:31 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-09-24 00:03:31 +0300 |
commit | aee005787c1c1082e50224fc492409e49b60d389 (patch) | |
tree | e531c4a616df4ebde6c69988e5a7c1bc21bf28df /web/kvm | |
parent | 661828502e7f9e3b8afcdff8def9678937de97a9 (diff) |
preparing to otg
Diffstat (limited to 'web/kvm')
-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 a2b898f7..71e92548 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -221,7 +221,7 @@ <div id="msd-new-image" class="msd-message"> <table class="msd-info"> <tr> - <td>New name:</td> + <td>New image:</td> <td id="msd-new-image-name" class="msd-info-value"></td> </tr> <tr> @@ -239,8 +239,8 @@ </div> <div class="menu-item-content-buttons buttons-row"> - <button disabled data-force-hide-menu id="msd-switch-to-kvm-button" class="row50">• Switch drive to KVM</button> - <button disabled data-force-hide-menu id="msd-switch-to-server-button" class="row50">• Switch drive to Server</button> + <button disabled data-force-hide-menu id="msd-connect-button" class="row50">• Connect drive to Server</button> + <button disabled data-force-hide-menu id="msd-disconnect-button" class="row50">• Disconnect drive</button> </div> </div> </li> |