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> <script>
/** /**
<<<<<<< HEAD
* Renders a terminal button to open a web terminal.
* Used in environments table.
*/
=======
* Renders a terminal button to open a web terminal. * Renders a terminal button to open a web terminal.
* Used in environments table. * Used in environments table.
*/ */
>>>>>>> upstream/master
import terminalIconSvg from 'icons/_icon_terminal.svg'; import terminalIconSvg from 'icons/_icon_terminal.svg';
import tooltip from '../../vue_shared/directives/tooltip'; import tooltip from '../../vue_shared/directives/tooltip';
export default { export default {
directives: { directives: {
tooltip, tooltip,
<<<<<<< HEAD
},
props: {
terminalPath: {
type: String,
required: false,
default: '',
},
},
data() {
return {
terminalIconSvg,
};
},
=======
}, },
props: { props: {
...@@ -45,7 +24,6 @@ ...@@ -45,7 +24,6 @@
terminalIconSvg, terminalIconSvg,
}; };
}, },
>>>>>>> upstream/master
computed: { computed: {
title() { 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