From ab0a6b5fa645c51df4822ce7e0b12b88258a8caa Mon Sep 17 00:00:00 2001 From: Conn O'Griofa Date: Thu, 19 May 2022 20:11:44 +0100 Subject: [PATCH] webui: remove erroneous v-bind properties These were causing unusual behaviour (select dialogs displaying a blank label when a value should be selected, and values randomly setting themselves to undefined when switching tabs). --- src_assets/common/assets/web/config.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src_assets/common/assets/web/config.html b/src_assets/common/assets/web/config.html index 203e807f..425b953e 100644 --- a/src_assets/common/assets/web/config.html +++ b/src_assets/common/assets/web/config.html @@ -37,13 +37,13 @@ class="form-select" v-model="config.min_log_level" > - - - - - - - + + + + + + +
The minimum log level printed to standard out @@ -497,7 +497,7 @@