Ver a proveniência

Adds GitLab icon

main
Maxim Pekurin há 6 anos
committed by Eric Amodio
ascendente
cometimento
9793d1da44
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
src/git/remotes/gitlab.ts Ver ficheiro

@ -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');
}

Carregando…
Cancelar
Guardar