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

Loading…
Откажи
Сачувај