Kaynağa Gözat

Adds GitLab icon

main
Maxim Pekurin 6 yıl önce
işlemeyi yapan: Eric Amodio
ebeveyn
işleme
9793d1da44
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
src/git/remotes/gitlab.ts Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet