Explorar el Código

Adds GitLab icon

main
Maxim Pekurin hace 6 años
cometido por Eric Amodio
padre
commit
9793d1da44
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/git/remotes/gitlab.ts

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

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

Cargando…
Cancelar
Guardar