Skip to content
代码片段 群组 项目
提交 a1c7062a 编辑于 作者: Justin Ho Tuan Duong's avatar Justin Ho Tuan Duong 提交者: Phil Hughes
浏览文件

Update label color on Jira issues pages

上级 9c35c043
No related branches found
No related tags found
无相关合并请求
......@@ -200,7 +200,7 @@ export default {
@filter="handleFilterIssues"
>
<template #nav-actions>
<gl-button :href="issueCreateUrl" target="_blank"
<gl-button :href="issueCreateUrl" target="_blank" class="gl-my-5"
>{{ s__('Integrations|Create new issue in Jira') }}<gl-icon name="external-link"
/></gl-button>
</template>
......
......@@ -34,8 +34,8 @@ class IssueEntity < Grape::Entity
{
title: name,
name: name,
color: '#EBECF0',
text_color: '#283856'
color: '#0052CC',
text_color: '#FFFFFF'
}
end
end
......
---
title: Update label color on Jira issues pages
merge_request: 59226
author:
type: changed
......@@ -18,8 +18,8 @@ export const mockJiraIssue1 = {
labels: [
{
name: 'backend',
color: '#EBECF0',
text_color: '#283856',
color: '#0052CC',
text_color: '#FFFFFF',
},
],
author: {
......
......@@ -20,8 +20,8 @@ export const mockJiraIssue = {
{
title: 'In Progress',
description: 'Work that is still in progress',
color: '#EBECF0',
text_color: '#283856',
color: '#0052CC',
text_color: '#FFFFFF',
},
],
references: {
......
......@@ -88,8 +88,8 @@
{
title: 'backend',
name: 'backend',
color: '#EBECF0',
text_color: '#283856'
color: '#0052CC',
text_color: '#FFFFFF'
}
],
author: hash_including(
......
......@@ -55,8 +55,8 @@
{
title: 'backend',
name: 'backend',
color: '#EBECF0',
text_color: '#283856'
color: '#0052CC',
text_color: '#FFFFFF'
}
],
author: hash_including(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册