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

Method updateActiveTableTitle

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

Source from the content-addressed store, hash-verified

452}
453
454func (tl *TasksList) updateActiveTableTitle() {
455 tl.activeTable.SetTitle(fmt.Sprintf(
456 " Active Operations [%s:toggle] [%s:stop-cancel] ",
457 tl.tasksToggleQueueKeySpec(),
458 tl.taskStopCancelKeySpec(),
459 ))
460}
461
462func (tl *TasksList) toggleActiveQueueVisibility() {
463 tl.showActive = !tl.showActive

Callers 2

NewTasksListFunction · 0.95
SetAppMethod · 0.95

Calls 3

taskStopCancelKeySpecMethod · 0.95
SetTitleMethod · 0.65

Tested by

no test coverage detected