diff options
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/navbar-system.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index f890ffd9..f05af711 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -155,7 +155,7 @@ <td class="value" id="stream-desired-fps-value" style="min-width: 30px; max-width:30px"></td> </tr> <tr class="feature-disabled" id="stream-mode"> - <td>Video mode:</td> + <td>Video <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/webrtc.md">mode</a>:</td> <td> <div class="radio-box"> <input checked type="radio" id="stream-mode-radio-mjpeg" name="stream-mode-radio" value="mjpeg"> 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") |