From 989cc3e9cffcde380223cf8fd9fc73db9207c1d9 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 29 Jul 2021 08:48:02 -0700 Subject: [PATCH] Fix for #2956 --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index c6d3ecad..ffa87ac8 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -3794,7 +3794,7 @@ if (((view == 1) || (view == 3) || (view == 5)) && (current != null)) { r += ''; } // Close collapse div deviceHeaderSet(); var extra = ''; - if (view == 2) { r += ''; } + if (view == 2) { r += ''; } if (meshes[node.meshid] && (meshes[node.meshid].mtype == 1)) { extra = '' + ", Intel® AMT only" + ''; } if (meshes[node.meshid] && (meshes[node.meshid].mtype == 3)) { extra = '' + ", Local Devices" + ''; } if ((view == 1) && (current != null)) { if (c == 2) { r += '
'; } if (r != '') { r += ''; } }