Mirror the panel in the console table as one summed row in two sections
This commit is contained in:
@@ -45,13 +45,6 @@ type cableView struct {
|
||||
ok bool
|
||||
}
|
||||
|
||||
func (v cableView) minText() string {
|
||||
if !v.ok {
|
||||
return "-"
|
||||
}
|
||||
return commas(uint64(v.min))
|
||||
}
|
||||
|
||||
// Averaging the two directions cancels the phy asymmetry between them, which is
|
||||
// about 790ns and swamps any cable, so one direction alone cannot give a length.
|
||||
func cableMetres(views []view, nsPerM float64) (float64, bool) {
|
||||
|
||||
Reference in New Issue
Block a user