From 1e8c3924f7d57db9cb37b9bd8c0e139b021bedf1 Mon Sep 17 00:00:00 2001 From: Jeongjun Park Date: Wed, 27 Aug 2025 21:40:16 +0900 Subject: pkg/manager: add missing thead and tbody HTML tags --- pkg/manager/html/syscalls.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/manager/html/syscalls.html') diff --git a/pkg/manager/html/syscalls.html b/pkg/manager/html/syscalls.html index d16337978..f76ceb58d 100644 --- a/pkg/manager/html/syscalls.html +++ b/pkg/manager/html/syscalls.html @@ -5,6 +5,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the + @@ -14,6 +15,8 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the + + {{range $c := $.Calls}} @@ -25,4 +28,5 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{end}} +
Per-syscall coverage:
Syscall InputsComps overflows Prio
{{$c.Name}}{{if $c.ID }} [{{$c.ID}}]{{end}}prio
-- cgit mrf-deployment