From 286cca6de7adaa78018f2c6e3e5dee03abe11ed1 Mon Sep 17 00:00:00 2001 From: Daniel Hammerschmidt Date: Wed, 26 Feb 2025 18:17:23 +0100 Subject: [PATCH] change caption --- views/default.handlebars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/default.handlebars b/views/default.handlebars index a6b10a1d..e0c2b2e3 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -13561,8 +13561,8 @@ if (currentMesh.flags) { if (currentMesh.flags & 1) { meshFeatures.push("Auto-Remove"); } if (currentMesh.flags & 2) { meshFeatures.push((currentMesh.mtype == 4)?"Port Name Sync":"Hostname Sync"); } - if (currentMesh.flags & 8) { meshFeatures.push("Prefer agentname"); } - if (currentMesh.flags & 16) { meshFeatures.push("Allow override"); } + if (currentMesh.flags & 8) { meshFeatures.push("prefer --agentname"); } + if (currentMesh.flags & 16) { meshFeatures.push("allow override"); } if ((serverinfo.devGroupSessionRecording == 1) && (currentMesh.flags & 4)) { meshFeatures.push("Record Sessions"); } } if ((typeof currentMesh.expireDevs == 'number') && (currentMesh.expireDevs > 0)) { meshFeatures.push("Remove inactive"); } @@ -14045,8 +14045,8 @@ if ((currentMesh.mtype == 2) || (currentMesh.mtype == 4)) { x += '

'; if (currentMesh.mtype == 2) { - x += '

'; - x += '

'; + x += '

'; + x += '

'; } x += '

'; }