Ver código fonte

Adds GitLab icon

main
Maxim Pekurin 6 anos atrás
committed by Eric Amodio
pai
commit
9793d1da44
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      src/git/remotes/gitlab.ts

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

@ -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
Salvar