{{template "base" .}} {{define "content"}}
Hub
Collections, parsers, scenarios, and postoverflows
{{if .CLIAvailable}}
{{end}}
{{/* Hidden form used by Install New modal */}} {{if not .CLIAvailable}}
cscli unavailable Hub management requires the cscli binary.
{{end}}
{{if .CLIAvailable}} {{if .Items}}
{{$tab := .Tab}} {{range .Items}} {{$active := or .Installed .Downloaded (ne .Status "")}} {{$needsUpdate := eq .Status "update-available"}} {{end}}
Name Version State Actions
{{.Name}}
{{if .Description}}
{{truncate .Description 64}}
{{end}}
{{if .LocalVersion}}{{.LocalVersion}}{{else if and $active .Version}}{{.Version}}{{else}}—{{end}} {{if .Tainted}} tainted {{else if $needsUpdate}} update available {{else if $active}} installed {{else if .RemovedByUI}} removed {{else}} not installed {{end}} {{if $active}} {{if .ConfigEditorURL}} Edit Config {{end}}
{{else}}
{{end}}
{{else}}
No {{.Tab}} found
Run "Update All" to refresh the hub index, then use "Install New..." to add items
{{end}} {{end}}
{{end}} {{define "scripts"}} {{end}}