Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Adds GitLab icon
main
Maxim Pekurin
6 anni fa
committed by
Eric Amodio
parent
73ed78e4a0
commit
9793d1da44
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
src/git/remotes/gitlab.ts
+ 4
- 0
src/git/remotes/gitlab.ts
Vedi 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'
)
;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva