Browse Source

Adds GitLab icon

main
Maxim Pekurin 6 years ago
committed by Eric Amodio
parent
commit
9793d1da44
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/git/remotes/gitlab.ts

+ 4
- 0
src/git/remotes/gitlab.ts View File

@ -16,6 +16,10 @@ export class GitLabService extends RemoteProvider {
super(domain, path, protocol, name, custom); super(domain, path, protocol, name, custom);
} }
get icon() {
return 'gitlab';
}
get name() { get name() {
return this.formatName('GitLab'); return this.formatName('GitLab');
} }

Loading…
Cancel
Save