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

Function NewStandardForm

internal/ui/components/form_helpers.go:16–18  ·  view source on GitHub ↗

NewStandardForm creates a tview form with the project's standard label color. This exported variant is intended for plugin UIs outside the components package.

()

Source from the content-addressed store, hash-verified

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.
16func NewStandardForm() *tview.Form {
17 return newStandardForm()
18}

Callers 6

showSettingsFormMethod · 0.92
showBootstrapRunFormMethod · 0.92
showAdhocFormMethod · 0.92
showSaveInventoryFormMethod · 0.92

Calls 1

newStandardFormFunction · 0.85

Tested by

no test coverage detected