From 76e0d5e0b3f39b94a5427c7a68e8062adcd27af1 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 5 Jul 2024 10:43:13 +0200 Subject: dashboard/app: move templates to dir --- dashboard/app/graph_histogram.html | 44 -------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 dashboard/app/graph_histogram.html (limited to 'dashboard/app/graph_histogram.html') diff --git a/dashboard/app/graph_histogram.html b/dashboard/app/graph_histogram.html deleted file mode 100644 index 930d7b912..000000000 --- a/dashboard/app/graph_histogram.html +++ /dev/null @@ -1,44 +0,0 @@ -{{/* -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. - -Number of found bugs per month. -*/}} - - - - - {{.Title}} - {{template "head" .Header}} - - - - - - {{template "header" .Header}} -
- - -- cgit mrf-deployment