Commit 3ad629ce authored by clenneville's avatar clenneville

Run prettier script and change to self-closing gl alert tag

parent 006c2cca
<script> <script>
/* eslint-disable vue/no-v-html */ /* eslint-disable vue/no-v-html */
import { GlLoadingIcon, GlButton, GlAlert, } from '@gitlab/ui'; import { GlLoadingIcon, GlButton, GlAlert } from '@gitlab/ui';
export default { export default {
components: { components: {
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
{{ __('Start Web Terminal') }} {{ __('Start Web Terminal') }}
</gl-button> </gl-button>
</p> </p>
<gl-alert v-if="!isValid && message" variant="tip" :dismissable="false" v-html="message"></gl-alert> <gl-alert v-if="!isValid && message" variant="tip" :dismissable="false" v-html="message" />
<p v-else> <p v-else>
<a <a
v-if="helpPath" v-if="helpPath"
......
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