This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds GitLab icon
main
Maxim Pekurin
6 years ago
committed by
Eric Amodio
parent
73ed78e4a0
commit
9793d1da44
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/git/remotes/gitlab.ts
+ 4
- 0
src/git/remotes/gitlab.ts
View File
@ -16,6 +16,10 @@ export class GitLabService extends RemoteProvider {
super
(
domain
,
path
,
protocol
,
name
,
custom
)
;
}
get
icon() {
return
'gitlab'
;
}
get
name() {
return
this
.
formatName
(
'GitLab'
)
;
}
Write
Preview
Loading…
Cancel
Save