diff options
author | Devaev Maxim <[email protected]> | 2020-08-16 02:31:39 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-16 02:31:39 +0300 |
commit | 7e6e8d38f4e6565ec6dd0fb877daa1e52ae2f699 (patch) | |
tree | 0fb0b60119973c2562d2f5a3479480368a529d1f /web/kvm/index.html | |
parent | 5f917371bf96dc6235d26baf87514453732bd503 (diff) |
Issue pikvm#39: don't hide msd menu on connect/disconnect
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 94bc9fce..17fd26fb 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -323,8 +323,8 @@ <hr> </div> <div class="buttons buttons-row"> - <button class="row50" disabled data-force-hide-menu id="msd-connect-button">• Connect drive to Server</button> - <button class="row50" disabled data-force-hide-menu id="msd-disconnect-button">• Disconnect drive</button> + <button class="row50" disabled id="msd-connect-button">Connect drive to Server</button> + <button class="row50" disabled id="msd-disconnect-button">Disconnect drive</button> </div> </div> </li> |