diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-11-07 15:26:18 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-11-08 08:01:17 +0000 |
| commit | d40c056e1b030bd4e89a1a467118b6a821aba3bb (patch) | |
| tree | c3e4c6584ea4ff91bf884934fed28eaea21165ac /dashboard | |
| parent | 179b040e9d2068ccf2d0e0d3b084dd2293d85e04 (diff) | |
pkg/cover: heatmap starts to use jquery
Bonus - remove html template we don't need anymore.
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/app/templates/custom_content.html | 1 |
1 files changed, 1 insertions, 0 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 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> {{template "head" .Header}} <style> {{ .Style }} |
