From eddd556ec1d11270b273d6e997aec3136d0068fa Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Sun, 30 Dec 2018 03:01:42 +0100 Subject: [PATCH] [TASK] cleanup meshviewer-ffrgb, drop vpn field --- output/meshviewer-ffrgb/struct.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/output/meshviewer-ffrgb/struct.go b/output/meshviewer-ffrgb/struct.go index a6db356..14639b9 100644 --- a/output/meshviewer-ffrgb/struct.go +++ b/output/meshviewer-ffrgb/struct.go @@ -41,7 +41,6 @@ type Node struct { Autoupdater Autoupdater `json:"autoupdater"` Nproc int `json:"nproc"` Model string `json:"model,omitempty"` - VPN bool `json:"vpn"` } // Firmware out of software @@ -104,7 +103,6 @@ func NewNode(nodes *runtime.Nodes, n *runtime.Node) *Node { } node.Nproc = nodeinfo.Hardware.Nproc node.Model = nodeinfo.Hardware.Model - node.VPN = nodeinfo.VPN } if statistic := n.Statistics; statistic != nil { if n.Online {