summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2025-01-05 02:16:19 +0200
committerMaxim Devaev <[email protected]>2025-01-18 20:28:24 +0200
commitf042ed38e0926557f475f58e8b904ccb1a8beade (patch)
treef92910a37308368e4b61f72ada6eee6bb1187fd6 /web/kvm
parentd3549ab52b4e432f43c5069ff7413dfd979e3c4a (diff)
usb microphone
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html9
-rw-r--r--web/kvm/navbar-system.pug4
2 files changed, 12 insertions, 1 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">
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index 55d70757..5c675601 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -67,10 +67,12 @@ li(id="system-dropdown" class="right")
label(for="stream-orient-radio-180") 180&deg;
input(type="radio" id="stream-orient-radio-270" name="stream-orient-radio" value="270")
label(for="stream-orient-radio-270") 270&deg;
- tr(id="stream-audio", class="feature-disabled")
+ tr(id="stream-audio" class="feature-disabled")
td Audio volume:
td(class="value-slider") #[input(type="range" id="stream-audio-volume-slider" class="slider")]
td(id="stream-audio-volume-value" class="value-number")
+ tr(id="stream-mic" class="feature-disabled")
+ +menu_switch_notable("stream-mic-switch", "Microphone", false, false)
hr
div(class="buttons buttons-row")
button(data-force-hide-menu data-show-window="stream-window" class="row33") &bull; Show stream