{{template "syz-head"}}
syz-testbed "{{.Name }}"
Views: {{with $main := .}} {{range $view := .Views}}
█ {{$view.Name}}
{{end}} {{end}}
{{template "table.html" .Summary}} {{$activeView := $.ActiveView}}
Stat view "{{$activeView.Name}}"
Tables: {{range $typeKey, $type := $activeView.TableTypes}} {{if eq $typeKey $activeView.ActiveTableType}} {{$type.Title}} {{else}}
{{$type.Title}}
{{end}} {{end}}
Graph over time
/
Graph over executions
{{template "table.html" $.ActiveView.ActiveTable}}