MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / TasksList

Struct TasksList

internal/ui/components/tasks_list.go:18–27  ·  view source on GitHub ↗

TasksList encapsulates the tasks list panel.

Source from the content-addressed store, hash-verified

16
17// TasksList encapsulates the tasks list panel.
18type TasksList struct {
19 *tview.Flex
20
21 activeTable *tview.Table
22 historyTable *tview.Table
23 showActive bool
24
25 tasks []*api.ClusterTask
26 app *App
27}
28
29var _ TasksListComponent = (*TasksList)(nil)
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected