Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-13 09:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-13 09:09:04 +0300
commit68d19a238a1243068c578624800d74251ed43367 (patch)
treedb15f344311572f76f407e1dd0964a03db329615 /app/assets/javascripts/jobs
parente10b2767b1e5578988190744c1e5f9c4c36c8e4b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/jobs')
-rw-r--r--app/assets/javascripts/jobs/components/log/line_header.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/jobs/components/log/line_header.vue b/app/assets/javascripts/jobs/components/log/line_header.vue
index c72d488f844..de774e8408b 100644
--- a/app/assets/javascripts/jobs/components/log/line_header.vue
+++ b/app/assets/javascripts/jobs/components/log/line_header.vue
@@ -30,7 +30,7 @@ export default {
},
computed: {
iconName() {
- return this.isClosed ? 'angle-right' : 'angle-down';
+ return this.isClosed ? 'chevron-lg-right' : 'chevron-lg-down';
},
},
methods: {