summaryrefslogtreecommitdiff
path: root/internal/tui/tui.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-25 08:43:15 +0200
committerPaul Buetow <paul@buetow.org>2026-02-25 08:43:15 +0200
commitd423225771a10ebae87d22c69fe88e5b65a3d378 (patch)
tree9f701073be1e53ff06d89eb7c55f5b58b8aba1d3 /internal/tui/tui.go
parent1a6e71ac31353167ec4c614d45e8e06de411a8f9 (diff)
Integrate Stream tab into dashboard and TUI
Diffstat (limited to 'internal/tui/tui.go')
-rw-r--r--internal/tui/tui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/tui.go b/internal/tui/tui.go
index d9dd00e..84d8cab 100644
--- a/internal/tui/tui.go
+++ b/internal/tui/tui.go
@@ -126,7 +126,7 @@ func NewModel(initialPID int, startTrace TraceStarter) Model {
model := Model{
screen: ScreenPIDPicker,
pidPicker: pidpicker.New(),
- dashboard: dashboardui.NewModelWithConfig(lateBoundDashboardSource{}, 1000, keys),
+ dashboard: dashboardui.NewModelWithConfig(lateBoundDashboardSource{}, getEventStreamSource(), 1000, keys),
exporter: tuiexport.NewModel(),
keys: keys,
spin: spin,