[client] Don't display the name in the device property table

This commit is contained in:
Starbeamrainbowlabs 2019-01-18 23:03:08 +00:00
parent 73cd2a77dc
commit 44d818e3fb
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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