From d40c056e1b030bd4e89a1a467118b6a821aba3bb Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 7 Nov 2024 15:26:18 +0100 Subject: pkg/cover: heatmap starts to use jquery Bonus - remove html template we don't need anymore. --- pkg/cover/templates/heatmap.html | 47 +++++++++++----------------------------- 1 file changed, 13 insertions(+), 34 deletions(-) (limited to 'pkg') diff --git a/pkg/cover/templates/heatmap.html b/pkg/cover/templates/heatmap.html index 14c2aad2f..72d38058a 100644 --- a/pkg/cover/templates/heatmap.html +++ b/pkg/cover/templates/heatmap.html @@ -1,44 +1,23 @@ - - - - - - - - {{ .Body }} - -{{ .JS }} - - {{ define "js" }} {{ end }} -- cgit mrf-deployment