{{define "diagnostics.html"}}
{{template "base" .}}
{{end}}
{{define "content"}}
{{template "diag-card" .}}
{{end}}
{{/* Tabs are client-side here (unlike Logs): switching tool only swaps
which option fields show, there's no server data to fetch. The Run
button opens an EventSource to /maintenance/diagnostics/run; Stop
closes it, which cancels the request context and kills the tool. */}}
{{define "diag-card"}}
Enter a target and press Run.
Hop
Host
Loss%
Snt
Last
Avg
Best
Worst
Lookup failed for {{.Name}}: {{.Error}}
{{.Name}} resolves to:
{{.}}