From f6e13a3486e811573c4ef25d80f6a19d587d3d5d Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Sat, 26 Oct 2024 23:11:17 +0200 Subject: [PATCH] webapp: MQTT: no login with cert if TLS disabled in the settings view we hide the "login with cert" setting while TLS is disabled, so we should also hide that info in the info view when TLS is disabled. --- webapp/src/views/MqttInfoView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/views/MqttInfoView.vue b/webapp/src/views/MqttInfoView.vue index dd7ebaba..4b4a86ad 100644 --- a/webapp/src/views/MqttInfoView.vue +++ b/webapp/src/views/MqttInfoView.vue @@ -83,7 +83,7 @@ {{ $t('mqttinfo.RootCertifcateInfo') }} {{ mqttDataList.mqtt_root_ca_cert_info }} - + {{ $t('mqttinfo.TlsCertLogin') }} - + {{ $t('mqttinfo.ClientCertifcateInfo') }} {{ mqttDataList.mqtt_client_cert_info }}