Commit 44b69737 authored by Filipa Lacerda's avatar Filipa Lacerda

[ci skip] Fix conflicts for...

[ci skip] Fix conflicts for app/assets/javascripts/environments/components/environment_terminal_button.vue
parent d61820cc
<script>
/**
<<<<<<< HEAD
* Renders a terminal button to open a web terminal.
* Used in environments table.
*/
=======
* Renders a terminal button to open a web terminal.
* Used in environments table.
*/
>>>>>>> upstream/master
import terminalIconSvg from 'icons/_icon_terminal.svg';
import tooltip from '../../vue_shared/directives/tooltip';
export default {
directives: {
tooltip,
<<<<<<< HEAD
},
props: {
terminalPath: {
type: String,
required: false,
default: '',
},
},
data() {
return {
terminalIconSvg,
};
},
=======
},
props: {
......@@ -45,7 +24,6 @@
terminalIconSvg,
};
},
>>>>>>> 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