From f83c6cc7e0d93b051a9d474a3acf89b2b56643b0 Mon Sep 17 00:00:00 2001 From: Joao Mario Lago Date: Mon, 29 Apr 2024 12:23:52 -0300 Subject: [PATCH] views: Video Config: Improv protocol selection * Change from using a combobox that allow for empty protocol aray to use a new approach with select boxes that alway keeps one item selected --- src/views/ConfigurationVideoView.vue | 34 +++++++++++++++++----------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/src/views/ConfigurationVideoView.vue b/src/views/ConfigurationVideoView.vue index 348b9f18..6e618628 100644 --- a/src/views/ConfigurationVideoView.vue +++ b/src/views/ConfigurationVideoView.vue @@ -37,19 +37,19 @@ /> -
- +

Allowed WebRTC protocols:

+
+
+ +
@@ -57,6 +57,7 @@