aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/templates/ai_jobs.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/templates/ai_jobs.html')
-rw-r--r--dashboard/app/templates/ai_jobs.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/dashboard/app/templates/ai_jobs.html b/dashboard/app/templates/ai_jobs.html
new file mode 100644
index 000000000..966eeefdf
--- /dev/null
+++ b/dashboard/app/templates/ai_jobs.html
@@ -0,0 +1,18 @@
+{{/*
+Copyright 2025 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.
+
+List of AI jobs page.
+*/}}
+
+<!doctype html>
+<html>
+<head>
+ {{template "head" .Header}}
+ <title>syzbot</title>
+</head>
+<body>
+ {{template "header" .Header}}
+ {{template "ai_job_list" .Jobs}}
+</body>
+</html>