Commit 78114e2f authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for app/assets/javascripts/environments/components/environment_monitoring.vue

parent ea6dc253
<script>
/**
<<<<<<< HEAD
* Renders the Monitoring (Metrics) link in environments table.
*/
=======
* Renders the Monitoring (Metrics) link in environments table.
*/
>>>>>>> upstream/master
import tooltip from '../../vue_shared/directives/tooltip';
export default {
directives: {
tooltip,
<<<<<<< HEAD
},
props: {
monitoringUrl: {
type: String,
required: true,
},
},
=======
},
props: {
......@@ -29,7 +15,6 @@
required: true,
},
},
>>>>>>> upstream/master
computed: {
title() {
......
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