From 286637cf16f1b933e8d4e14a4be4ca7123866374 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 2 Oct 2018 16:22:19 -0400 Subject: Bug 1495869 - Crash graph not found after mojo migration --- public/metricsgraphics/socorro-lens.html | 240 +++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 public/metricsgraphics/socorro-lens.html (limited to 'public/metricsgraphics/socorro-lens.html') diff --git a/public/metricsgraphics/socorro-lens.html b/public/metricsgraphics/socorro-lens.html new file mode 100644 index 000000000..c3664db37 --- /dev/null +++ b/public/metricsgraphics/socorro-lens.html @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 43fd8e8166808ffece4735e55655dabed50b634c Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 4 Oct 2018 09:34:49 -0400 Subject: Bug 1495746 - /app/static/metricsgraphics/css/google-OpenSans.css missing in app container --- public/metricsgraphics/socorro-lens.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/metricsgraphics/socorro-lens.html') diff --git a/public/metricsgraphics/socorro-lens.html b/public/metricsgraphics/socorro-lens.html index c3664db37..19c75253b 100644 --- a/public/metricsgraphics/socorro-lens.html +++ b/public/metricsgraphics/socorro-lens.html @@ -1,7 +1,7 @@ - + @@ -237,4 +237,4 @@ } - \ No newline at end of file + -- cgit v1.2.3-24-g4f1b From 2ae37c378b50b1ae16c35ce74999b19eb91af07d Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 9 Oct 2018 11:35:03 -0400 Subject: Bug 1497437 - The crash graph should display Exact Match results by default --- public/metricsgraphics/socorro-lens.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/metricsgraphics/socorro-lens.html') diff --git a/public/metricsgraphics/socorro-lens.html b/public/metricsgraphics/socorro-lens.html index 19c75253b..f0c226361 100644 --- a/public/metricsgraphics/socorro-lens.html +++ b/public/metricsgraphics/socorro-lens.html @@ -31,8 +31,8 @@ @@ -174,7 +174,7 @@ }); } - function loadGraph(search, match) { + function loadGraph(search, match = 'exact') { // Get all signatures from the Bugzilla page var signatures = getSignaturesFromURL(search, match); // Initialize chart data -- cgit v1.2.3-24-g4f1b