Merge pull request #1631 from coreos-inc/labels

Basic labels support
This commit is contained in:
josephschorr 2016-08-26 15:24:35 -04:00 committed by GitHub
commit b3c592c09a
24 changed files with 907 additions and 36 deletions

View file

@ -230,6 +230,9 @@ angular.module('quay').directive('logsView', function () {
}
},
'manifest_label_add': 'Label {key} added to manifest {manifest_digest}',
'manifest_label_delete': 'Label {key} deleted from manifest {manifest_digest}',
// Note: These are deprecated.
'add_repo_webhook': 'Add webhook in repository {repo}',
'delete_repo_webhook': 'Delete webhook in repository {repo}'
@ -287,6 +290,8 @@ angular.module('quay').directive('logsView', function () {
'service_key_extend': 'Extend Service Key Expiration',
'service_key_rotate': 'Automatic rotation of Service Key',
'take_ownership': 'Take Namespace Ownership',
'manifest_label_add': 'Add Manifest Label',
'manifest_label_delete': 'Delete Manifest Label',
// Note: these are deprecated.
'add_repo_webhook': 'Add webhook',