Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnullvoid/pvetui
/ goBack
Method
goBack
internal/ui/components/backup_table.go:175–178 ·
view source on GitHub ↗
goBack returns to the previous screen.
()
Source
from the content-addressed store, hash-verified
173
174
// goBack returns to the previous screen.
175
func
(bt *BackupTable) goBack() {
176
bt.app.pages.RemovePage(
"backups"
)
177
bt.app.SetFocus(bt.app.vmList)
178
}
Callers
1
NewBackupTable
Function · 0.95
Calls
1
SetFocus
Method · 0.65
Tested by
no test coverage detected