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. --- dashboard/app/templates/custom_content.html | 1 + pkg/cover/templates/heatmap.html | 47 ++++++++--------------------- 2 files changed, 14 insertions(+), 34 deletions(-) diff --git a/dashboard/app/templates/custom_content.html b/dashboard/app/templates/custom_content.html index d5f8b2c2b..49f1b4fe6 100644 --- a/dashboard/app/templates/custom_content.html +++ b/dashboard/app/templates/custom_content.html @@ -7,6 +7,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the + {{template "head" .Header}} - - - {{ .Body }} - -{{ .JS }} - - {{ define "js" }} {{ end }} -- cgit mrf-deployment