Commit c6404d2e authored by sfang97's avatar sfang97

Move service desk button to right

Move service desk button to right

Undo other linter changes

Undo other linter changes
parent 8e876e21
...@@ -157,14 +157,16 @@ export default { ...@@ -157,14 +157,16 @@ export default {
}} }}
</span> </span>
</template> </template>
<gl-button <div class="gl-display-flex gl-justify-content-end">
variant="success" <gl-button
class="gl-mt-5" variant="success"
:disabled="isTemplateSaving" class="gl-mt-5"
@click="onSaveTemplate" :disabled="isTemplateSaving"
> @click="onSaveTemplate"
{{ __('Save template') }} >
</gl-button> {{ __('Save template') }}
</gl-button>
</div>
</div> </div>
</div> </div>
</div> </div>
......
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