aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/html/common.html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-30 12:11:51 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-31 12:24:04 +0000
commitdc769bad4c765a3c7b54150be90664e7a01caf40 (patch)
treebfab6c733b64e0512f7be9d496e6d024097eba00 /pkg/manager/html/common.html
parentf8f2b4da0e6eaaf0aeed6f6d613d86d599aafcd3 (diff)
pkg/manager: display manager name
If the manager name is set, display it in the header.
Diffstat (limited to 'pkg/manager/html/common.html')
-rw-r--r--pkg/manager/html/common.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/manager/html/common.html b/pkg/manager/html/common.html
index 1a6d1c0ef..b1dc34796 100644
--- a/pkg/manager/html/common.html
+++ b/pkg/manager/html/common.html
@@ -14,7 +14,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
<table class="position_table">
<tr>
<td>
- <h1><a href="/">syzkaller</a></h1>
+ <h1><a href="/">syzkaller</a>{{if .Name}}: {{.Name}}{{end}}</h1>
</td>
<td>
<form action="/action" method="post">