From 44d818e3fb961a62fee9fc635619601dbaf320f1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 18 Jan 2019 23:03:08 +0000 Subject: [PATCH] [client] Don't display the name in the device property table --- client_src/js/LayerDeviceMarkers.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_src/js/LayerDeviceMarkers.mjs b/client_src/js/LayerDeviceMarkers.mjs index 90536c2..436d28d 100644 --- a/client_src/js/LayerDeviceMarkers.mjs +++ b/client_src/js/LayerDeviceMarkers.mjs @@ -80,7 +80,7 @@ class LayerDeviceMarkers { let info_list = []; for(let property in device_info) { // Filter out properties we're handling specially - if(["id", "other"].includes(property)) continue; + if(["id", "name", "other"].includes(property)) continue; // Ensure the property is a string - giving special handling to // some property values