From 0571368b3bc37f92b06873e02342317006b0da60 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Nov 2024 12:22:28 +0100 Subject: pkg/manager: move HTML code to separate files --- pkg/manager/html/fallback_cover.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/manager/html/fallback_cover.html (limited to 'pkg/manager/html/fallback_cover.html') diff --git a/pkg/manager/html/fallback_cover.html b/pkg/manager/html/fallback_cover.html new file mode 100644 index 000000000..007278224 --- /dev/null +++ b/pkg/manager/html/fallback_cover.html @@ -0,0 +1,19 @@ +{{/* +Copyright 2024 syzkaller project authors. All rights reserved. +Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +*/}} + + + + + + + + {{range $c := $.Calls}} + + + + + + {{end}} +
CallSuccessfulErrnos
{{$c.Name}}{{if $c.Successful}}{{$c.Successful}}{{end}}{{range $e := $c.Errnos}}{{$e}} {{end}}
-- cgit mrf-deployment