Operations Queue
Complex dashboards may include multiple tables; standardize row actions and statuses first.
{{ if .ActionMessage }}
{{ .ActionMessage }}
{{ end }}
Selected on this view: {{ .SelectedVisible }}{{ if gt .SelectionOutside 0 }} · Selected outside current filter: {{ .SelectionOutside }}{{ end }}
Batch controls must keep scope/filter context explicit.
|
Job ID |
Tool |
Scope |
Mode |
Status |
Owner |
Started |
|
{{ range .Rows }}
| {{ if .Selected }}☑{{ else }}☐{{ end }} |
{{ .ID }} |
{{ .Tool }} |
{{ .Scope }} |
{{ .Mode }} |
{{ .Status }} |
{{ .Owner }} |
{{ .StartedAt }} |
|
{{ else }}
| No queued items for this scope/filter combination. |
{{ end }}