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>2018-03-28 22:12:38 +0300
committerMike Greiling <mike@pixelcog.com>2018-06-01 21:04:42 +0300
commit0ddde7a2171d6f6aa670f995c00b96170782c2a0 (patch)
treeb668035e9c55581564c9c413598006c7ce1abf9c
parent70330f2382a305ce253019390eaa92b8ade06f69 (diff)
add placeholder comment and closing tag to reduce conflicts with EE
-rw-r--r--app/assets/javascripts/monitoring/components/dashboard.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/javascripts/monitoring/components/dashboard.vue b/app/assets/javascripts/monitoring/components/dashboard.vue
index f5572be5fbf..0c528bb36be 100644
--- a/app/assets/javascripts/monitoring/components/dashboard.vue
+++ b/app/assets/javascripts/monitoring/components/dashboard.vue
@@ -174,7 +174,9 @@ export default {
:tags-path="tagsPath"
:show-legend="showLegend"
:small-graph="forceSmallGraph"
- />
+ >
+ <!-- EE content -->
+ </graph>
</graph-group>
</div>
<empty-state