mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-07-06 18:01:01 +02:00
deploy: 775a5ace19
This commit is contained in:
@@ -191,7 +191,6 @@ document.addEventListener("DOMContentLoaded", async function () {
|
||||
function renderOkToMqttWarning(nodeId) {
|
||||
const node = state.nodesById[nodeId];
|
||||
if (!node?.ok_to_mqtt) {
|
||||
console.log("Node", nodeId, "has ok_to_mqtt", node?.ok_to_mqtt);
|
||||
return `<span class="text-secondary" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-container="body" data-bs-trigger="hover focus" title="Denna nod har inte ok_to_mqtt. Meddelanden ignoreras av flertalet gateways.">⚠️</span>`;
|
||||
}
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user