parent
0d805905dc
commit
10a44a9224
4 changed files with 8 additions and 8 deletions
|
@ -90,7 +90,7 @@ angular.module('quay').factory('TriggerService', ['UtilService', '$sanitize', 'K
|
|||
'is_enabled': function() {
|
||||
return Features.GITLAB_BUILD;
|
||||
},
|
||||
'icon': 'ci-gitlab',
|
||||
'icon': 'fa-gitlab',
|
||||
'title': function() { return 'GitLab Repository Push'; },
|
||||
'supports_full_directory_listing': false,
|
||||
'templates': {
|
||||
|
|
Reference in a new issue