diff options
author | Maxim Devaev <[email protected]> | 2021-10-02 03:36:48 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-02 03:36:48 +0300 |
commit | fdf3c0f8d4cdc6253bebe67c8a7f1aaea357c42e (patch) | |
tree | eb892a6d3c5f96e6cec7d006caabeded89caf615 /web/kvm/navbar-system.pug | |
parent | c162bb7ea4f4edea29be03b89258c8c1a562c49e (diff) |
pikvm/pikvm#481: check webrtc caps
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 20a92c03..33d1b302 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -16,6 +16,12 @@ li(class="right") button(data-force-hide-menu id="gpio-button-__wol__" class="gpio-button small" data-channel="__wol__" data-confirm="Are you sure to send Wake-on-LAN packet to the server?") • WoL hr + div(id="stream-message-no-webrtc" class="hidden") + +menu_message("warning", "WebRTC is not supported by this browser") + hr + div(id="stream-message-no-h264" class="hidden") + +menu_message("warning", "H.264 is not supported by this browser") + hr table(class="kv" style="width: calc(100% - 20px)") tr(id="stream-resolution" class="feature-disabled") td Resolution: |