Shows download artifacts button for pipelines on small screens
This commit is contained in:
parent
d2590b1542
commit
c773f24a8e
2 changed files with 6 additions and 1 deletions
|
@ -330,7 +330,7 @@ export default {
|
|||
<pipelines-artifacts-component
|
||||
v-if="pipeline.details.artifacts.length"
|
||||
:artifacts="pipeline.details.artifacts"
|
||||
class="d-none d-sm-none d-md-block"
|
||||
class="d-md-block"
|
||||
/>
|
||||
|
||||
<loading-button
|
||||
|
|
5
changelogs/unreleased/50524-artifacts-sm.yml
Normal file
5
changelogs/unreleased/50524-artifacts-sm.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Shows download artifacts button for pipelines on small screens
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
Loading…
Reference in a new issue