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:
authorMike Greiling <mike@pixelcog.com>2017-10-05 08:37:09 +0300
committerMike Greiling <mike@pixelcog.com>2017-10-05 08:37:09 +0300
commiteb31e31478aab52d26df7cb97f075deccd8dd9dc (patch)
treeba9082092ef546bf3ef2b793a9cc93a067e7c75b /app/assets/javascripts/monitoring
parent97153e7f62023f304ba76f713e610e635d107aff (diff)
fix spelling ("outter" -> "outer")
Diffstat (limited to 'app/assets/javascripts/monitoring')
-rw-r--r--app/assets/javascripts/monitoring/components/graph.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/monitoring/components/graph.vue b/app/assets/javascripts/monitoring/components/graph.vue
index 523cf7c3dda..2124fc3e8af 100644
--- a/app/assets/javascripts/monitoring/components/graph.vue
+++ b/app/assets/javascripts/monitoring/components/graph.vue
@@ -65,7 +65,7 @@
},
computed: {
- outterViewBox() {
+ outerViewBox() {
return `0 0 ${this.baseGraphWidth} ${this.baseGraphHeight}`;
},
@@ -213,7 +213,7 @@
class="prometheus-svg-container"
:style="paddingBottomRootSvg">
<svg
- :viewBox="outterViewBox"
+ :viewBox="outerViewBox"
ref="baseSvg">
<g
class="x-axis"