Fix showing data usage indicators
This commit is contained in:
parent
4880d31120
commit
2b1fb662fb
3 changed files with 21 additions and 7 deletions
|
|
@ -286,7 +286,7 @@ func (c *Controller) Init(nt *mk.Nettest) error {
|
|||
}
|
||||
|
||||
c.res.DataUsageDown += e.Value.DownloadedKB
|
||||
c.res.DataUsageDown += e.Value.UploadedKB
|
||||
c.res.DataUsageUp += e.Value.UploadedKB
|
||||
})
|
||||
|
||||
log.Debugf("Registered all the handlers")
|
||||
|
|
|
|||
Loading…
Reference in a new issue