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
path: root/app
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-11-06 20:21:47 +0300
committerMike Greiling <mike@pixelcog.com>2017-11-06 23:07:10 +0300
commit75c1a27c47cbb126c1ac5c7f28d42f5f73dfc8b1 (patch)
treeaab93719722f692b4ab0f4bb739c1b7f4a6e88d7 /app
parentd6b0e23ac4e07598645a577664f74230ae264139 (diff)
fix karma failures
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/monitoring/components/graph/path.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/monitoring/components/graph/path.vue b/app/assets/javascripts/monitoring/components/graph/path.vue
index 9c9bed3ce30..5e6d409033a 100644
--- a/app/assets/javascripts/monitoring/components/graph/path.vue
+++ b/app/assets/javascripts/monitoring/components/graph/path.vue
@@ -11,7 +11,7 @@
},
lineStyle: {
type: String,
- required: true,
+ required: false,
},
lineColor: {
type: String,