From 866b539757f6be37fab97d39832cd7ab819ad392 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 }}