Commit d3ba5a1e authored by Kushal Pandya's avatar Kushal Pandya

Resolve merge conflicts

parent 95cd4799
...@@ -247,7 +247,6 @@ export default { ...@@ -247,7 +247,6 @@ export default {
:small-graph="forceSmallGraph" :small-graph="forceSmallGraph"
> >
<!-- EE content --> <!-- EE content -->
<<<<<<< HEAD
<template slot="additionalSvgContent" scope="{ graphDrawData }"> <template slot="additionalSvgContent" scope="{ graphDrawData }">
<threshold-lines <threshold-lines
v-for="(alert, alertName) in alertData[graphData.id]" v-for="(alert, alertName) in alertData[graphData.id]"
...@@ -266,9 +265,6 @@ export default { ...@@ -266,9 +265,6 @@ export default {
:alert-data="alertData[graphData.id]" :alert-data="alertData[graphData.id]"
@setAlerts="setAlerts" @setAlerts="setAlerts"
/> />
=======
{{ null }}
>>>>>>> upstream/master
</component> </component>
</graph-group> </graph-group>
</div> </div>
......
...@@ -15,11 +15,8 @@ class Projects::EnvironmentsController < Projects::ApplicationController ...@@ -15,11 +15,8 @@ class Projects::EnvironmentsController < Projects::ApplicationController
push_frontend_feature_flag(:area_chart, project) push_frontend_feature_flag(:area_chart, project)
end end
<<<<<<< HEAD
prepend ::EE::Projects::EnvironmentsController prepend ::EE::Projects::EnvironmentsController
=======
>>>>>>> upstream/master
def index def index
@environments = project.environments @environments = project.environments
.with_state(params[:scope] || :available) .with_state(params[:scope] || :available)
......
...@@ -113,12 +113,9 @@ msgstr[1] "" ...@@ -113,12 +113,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}" msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "" msgstr ""
<<<<<<< HEAD
msgid "%{authorsName}'s discussion" msgid "%{authorsName}'s discussion"
msgstr "" msgstr ""
=======
>>>>>>> upstream/master
msgid "%{bio} at %{organization}" msgid "%{bio} at %{organization}"
msgstr "" msgstr ""
...@@ -8217,12 +8214,9 @@ msgstr "" ...@@ -8217,12 +8214,9 @@ msgstr ""
msgid "Started %{startsIn}" msgid "Started %{startsIn}"
msgstr "" msgstr ""
<<<<<<< HEAD
msgid "Starting..." msgid "Starting..."
msgstr "" msgstr ""
=======
>>>>>>> upstream/master
msgid "Starts %{startsIn}" msgid "Starts %{startsIn}"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment