Back to Tailscale

Event

tstest/natlab/vmtest/assets/event.html

1.98.4704 B
Original Source

{{if eq .Type "test_status"}} {{.Message}} ({{.Detail}}) {{end}} {{if eq .Type "step_changed"}}

{{.Step.Status.Icon}}{{.Step.Name}}{{formatDuration .Step.Elapsed}} {{end}} {{if eq .Type "console_output"}} {{ansi .Message}} {{end}} {{if eq .Type "dhcp_discover"}} Discover sent {{end}} {{if eq .Type "dhcp_offer"}} Offered {{.Detail}} {{end}} {{if eq .Type "dhcp_request"}} Requesting {{.Detail}} {{end}} {{if eq .Type "dhcp_ack"}} Got {{.Detail}} {{end}} {{if eq .Type "tailscale"}} {{.Detail}} {{end}} {{if eq .Type "screenshot"}}

{{end}} {{if ne .Type "screenshot"}}

{{.Time.Format "15:04:05.000"}} {{if .NodeName}}[{{.NodeName}}] {{end}}{{.Message}}{{if .Detail}} {{.Detail}}{{end}}

{{end}}