Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-10-05 20:00:20 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-10-05 21:00:33 +0300
commit790bc25dcd727471698838c5f8504fa9dc44fc37 (patch)
treebe462660904fc846c9a6000cda78f56ac39c32a8 /app/assets/javascripts/monitoring
parent228ecf3646812f9f7d2811493382da9ad2a25225 (diff)
fix linter errors and karma specs
Diffstat (limited to 'app/assets/javascripts/monitoring')
-rw-r--r--app/assets/javascripts/monitoring/components/graph.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/monitoring/components/graph.vue b/app/assets/javascripts/monitoring/components/graph.vue
index f1792749936..972f4f7adef 100644
--- a/app/assets/javascripts/monitoring/components/graph.vue
+++ b/app/assets/javascripts/monitoring/components/graph.vue
@@ -145,7 +145,7 @@
this.graphData.queries[0],
this.graphWidth,
this.graphHeight,
- this.graphHeightOffset
+ this.graphHeightOffset,
);
if (this.timeSeries.length > 3) {