diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 713e1c84..9427e3f8 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -262,6 +262,15 @@ </td> <td class="value-number" id="stream-audio-volume-value"></td> </tr> + <tr class="feature-disabled" id="stream-mic"> + <td>Microphone:</td> + <td align="right"> + <div class="switch-box"> + <input disabled type="checkbox" id="stream-mic-switch"> + <label for="stream-mic-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> </table> <hr> <div class="buttons buttons-row"> |