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 += '

'; }