Commit d61820cc authored by Filipa Lacerda's avatar Filipa Lacerda

fix conflict for /environments/components/environment_stop.vue [ci skip]

parent 1dcb32d1
<script> <script>
/** /**
<<<<<<< HEAD
* Renders the stop "button" that allows stop an environment.
* Used in environments table.
*/
=======
* Renders the stop "button" that allows stop an environment. * Renders the stop "button" that allows stop an environment.
* Used in environments table. * Used in environments table.
*/ */
>>>>>>> upstream/master
import eventHub from '../event_hub'; import eventHub from '../event_hub';
import loadingIcon from '../../vue_shared/components/loading_icon.vue'; import loadingIcon from '../../vue_shared/components/loading_icon.vue';
import tooltip from '../../vue_shared/directives/tooltip'; import tooltip from '../../vue_shared/directives/tooltip';
...@@ -16,18 +10,11 @@ ...@@ -16,18 +10,11 @@
export default { export default {
components: { components: {
loadingIcon, loadingIcon,
<<<<<<< HEAD
},
directives: {
tooltip,
},
=======
}, },
directives: { directives: {
tooltip, tooltip,
}, },
>>>>>>> upstream/master
props: { props: {
stopUrl: { stopUrl: {
......
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