Maxim Pekurin 6 роки тому
committed by Eric Amodio
джерело
коміт
9793d1da44
1 змінених файлів з 4 додано та 0 видалено
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
src/git/remotes/gitlab.ts Переглянути файл

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

Завантаження…
Відмінити
Зберегти