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

Method noTasksCell

internal/ui/components/tasks_list.go:146–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (tl *TasksList) noTasksCell() *tview.TableCell {
147 return tview.NewTableCell("No tasks available").
148 SetTextColor(theme.Colors.Warning).
149 SetAlign(tview.AlignCenter).
150 SetExpansion(1)
151}
152
153// Clear clears the tasks list.
154func (tl *TasksList) Clear() *tview.Table {

Callers 2

ClearMethod · 0.95
updateHistoryTableMethod · 0.95

Calls 1

SetTextColorMethod · 0.80

Tested by

no test coverage detected