Skip to content

Commit

Permalink
update to latest lab tabber
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 23, 2024
1 parent cdb9fc4 commit 38ee131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netview/netdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ func (nv *NetView) PlotSelectedUnit() (*table.Table, *plotcore.PlotEditor) { //t
dir := tensorfs.CurRoot.Dir("NetView")
udir := dir.Dir(selnm)
tensorfs.DirFromTable(udir, dt)
plt := lab.CurTabber.PlotTensorFS(udir)
plt := lab.CurTabber.AsLab().PlotTensorFS(udir)

Check failure on line 662 in netview/netdata.go

View workflow job for this annotation

GitHub Actions / build

lab.CurTabber.AsLab undefined (type lab.Tabber has no field or method AsLab)
return dt, plt
} else {
b := core.NewBody("netview-selectedunit").SetTitle("NetView SelectedUnit Plot: " + selnm)
Expand Down

0 comments on commit 38ee131

Please sign in to comment.