Skip to content

Commit f771ee3

Browse files
committed
Make coordinator name empty
1 parent fec3341 commit f771ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Zigbee2mqttNetworkmap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default {
133133
this.nodes = this.merge(this.nodes, attr.nodes, d => d.id, d => d.ieeeAddr, d => {
134134
return {
135135
id: d.ieeeAddr,
136-
name: d.type === 'Coordinator' ? 'Coordinator' : d.friendlyName,
136+
name: d.type === 'Coordinator' ? ' ' : d.friendlyName,
137137
_cssClass: d.type.toLowerCase()
138138
}
139139
})

0 commit comments

Comments
 (0)