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