{{template "base" .}} {{define "title"}}{{.Title}}{{end}} {{define "extra_css"}} {{end}} {{define "additionalnavitems"}}
{{end}} {{define "page_body"}}
{{.Title}}
{{if .Error}}
{{.Error}}
{{end}}
Optional description
Endpoint URL, i.e https://host:port/path
Placeholders are supported
HTTP headers
Placeholders are supported in header values.
{{range $idx, $val := .Action.Options.HTTPConfig.Headers}}
{{else}}
{{end}}
Query parameters
Placeholders are supported in query values.
{{range $idx, $val := .Action.Options.HTTPConfig.QueryParameters}}
{{else}}
{{end}}
Placeholders are supported
Absolute path of the command to execute
Environment variables
Placeholders are supported in values.
{{range $idx, $val := .Action.Options.CmdConfig.EnvVars}}
{{else}}
{{end}}
Comma separated email recipients
Placeholders are supported
Placeholders are supported
{{end}} {{define "dialog"}} {{end}} {{define "extra_js"}} {{end}}