diff options
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index c9db94f4..093fd944 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -31,7 +31,7 @@ li(class="right") td #[input(disabled type="range" id="stream-desired-fps-slider" class="slider")] td(id="stream-desired-fps-value" class="value" style="min-width: 30px; max-width:30px") tr(id="stream-mode" class="feature-disabled") - td Video mode: + td Video #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/webrtc.md") mode]: td div(class="radio-box") input(checked type="radio" id="stream-mode-radio-mjpeg" name="stream-mode-radio" value="mjpeg") |