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

Function newStandardForm

internal/ui/components/form_helpers.go:10–12  ·  view source on GitHub ↗

newStandardForm creates a tview form with the project's standard label color.

()

Source from the content-addressed store, hash-verified

8
9// newStandardForm creates a tview form with the project's standard label color.
10func newStandardForm() *tview.Form {
11 return tview.NewForm().SetLabelColor(theme.Colors.HeaderText)
12}
13
14// NewStandardForm creates a tview form with the project's standard label color.
15// This exported variant is intended for plugin UIs outside the components package.

Callers 15

NewConfigWizardPageFunction · 0.85
displayVMCreateFormMethod · 0.85
showMigrationDialogMethod · 0.85
showAddGroupDialogMethod · 0.85
showEditGroupDialogMethod · 0.85
NewVMConfigPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected