Merge pull request #9 from pangamut/patch-1

Update MqttInfoView.vue: Typo
This commit is contained in:
tbnobody 2022-07-03 13:02:02 +02:00 committed by GitHub
commit c54846f211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
<td>{{ mqttDataList.mqtt_topic }}</td> <td>{{ mqttDataList.mqtt_topic }}</td>
</tr> </tr>
<tr> <tr>
<th>Publish Tnterval</th> <th>Publish Interval</th>
<td>{{ mqttDataList.mqtt_publish_interval }} seconds</td> <td>{{ mqttDataList.mqtt_publish_interval }} seconds</td>
</tr> </tr>
<tr> <tr>
@ -109,4 +109,4 @@ export default defineComponent({
}, },
}, },
}); });
</script> </script>