Commit b71abd71 authored by Jose Vargas's avatar Jose Vargas Committed by Jose Ivan Vargas

Fix the artifacts button alignment

parent 54761d33
......@@ -135,15 +135,6 @@ export default {
<template>
<gl-button-group>
<gl-button
v-if="shouldDisplayArtifacts"
icon="download"
:title="$options.ACTIONS_DOWNLOAD_ARTIFACTS"
:href="artifactDownloadPath"
rel="nofollow"
download
data-testid="download-artifacts"
/>
<template v-if="canReadJob">
<gl-button v-if="isActive" icon="cancel" :title="$options.CANCEL" @click="cancelJob()" />
<template v-else-if="isScheduled">
......@@ -191,5 +182,14 @@ export default {
/>
</template>
</template>
<gl-button
v-if="shouldDisplayArtifacts"
icon="download"
:title="$options.ACTIONS_DOWNLOAD_ARTIFACTS"
:href="artifactDownloadPath"
rel="nofollow"
download
data-testid="download-artifacts"
/>
</gl-button-group>
</template>
......@@ -141,7 +141,7 @@ export default {
</template>
<template #cell(actions)="{ item }">
<actions-cell :job="item" />
<actions-cell class="gl-float-right" :job="item" />
</template>
</gl-table>
</template>
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