diff --git a/front/src/views/dashboard.html b/front/src/views/dashboard.html index ba8346e..da8b25a 100644 --- a/front/src/views/dashboard.html +++ b/front/src/views/dashboard.html @@ -17,7 +17,7 @@
- +
@@ -36,7 +36,7 @@
+ ng-class="{'warning': rule.abnormal}" href="result/{{runId}}/rule/{{ruleName}}">
diff --git a/front/src/views/rule.html b/front/src/views/rule.html index c71f58c..1291d43 100644 --- a/front/src/views/rule.html +++ b/front/src/views/rule.html @@ -374,22 +374,22 @@

{{rule.value}} offenders

- Please open the JS timeline, filtered by "Events not delegated" + Please open the JS timeline, filtered by "Events not delegated"
diff --git a/lib/server/controllers/apiController.js b/lib/server/controllers/apiController.js index e0ac803..fc272d6 100644 --- a/lib/server/controllers/apiController.js +++ b/lib/server/controllers/apiController.js @@ -109,7 +109,7 @@ var ApiController = function(app) { data.screenshotBuffer = screenshotBuffer; // Official path to get the image - data.screenshotUrl = '/api/results/' + data.runId + '/screenshot.jpg'; + data.screenshotUrl = 'api/results/' + data.runId + '/screenshot.jpg'; } })