File tree Expand file tree Collapse file tree
alex/src/integration/startup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const platformConfig = {
5656 platform : 'github' ,
5757 owner : 'microsoft' ,
5858 name : 'vscode' ,
59- origin : 'https://code .alipay.com' ,
59+ origin : 'https://github .alipay.com' ,
6060 endpoint : 'https://api.github.com' ,
6161 } ,
6262 gitlab : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Autowired } from '@ali/common-di';
22import {
33 ComponentContribution ,
44 ComponentRegistry ,
5- getIcon ,
5+ getExternalIcon ,
66 CommandRegistry ,
77 SlotLocation ,
88 ClientAppContribution ,
@@ -37,7 +37,7 @@ export class GithubContribution
3737 } ,
3838 {
3939 containerId : GITHUB_CONTAINER_ID ,
40- iconClass : getIcon ( 'github-fill ' ) ,
40+ iconClass : getExternalIcon ( 'github' ) ,
4141 title : 'GitHub' ,
4242 }
4343 ) ;
Original file line number Diff line number Diff line change @@ -95,7 +95,12 @@ export const GitHubView: React.FC = observer(() => {
9595 >
9696 { localize ( 'common.save' ) }
9797 </ Button >
98- < Button size = "small" onClick = { ( ) => setTokenValue ( '' ) } loading = { validating } >
98+ < Button
99+ size = "small"
100+ onClick = { ( ) => setTokenValue ( '' ) }
101+ loading = { validating }
102+ type = "default"
103+ >
99104 { localize ( 'common.reset' ) }
100105 </ Button >
101106 </ div >
You can’t perform that action at this time.
0 commit comments