mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
fix(ui): Add missing operation types to usage logs chart (PROJQUAY-6881) (#4530)
* fix(ui): Add missing operation types to usage logs chart (PROJQUAY-6881) Signed-off-by: harishsurf <hgovinda@redhat.com> * Apply suggestion from @coderabbitai[bot] Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Signed-off-by: harishsurf <hgovinda@redhat.com> Co-authored-by: jbpratt <jbpratt78@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d972f3690d
commit
decd22c425
@@ -273,6 +273,12 @@ export const logKinds = {
|
||||
oauth_token_assigned: 'OAuth token assigned',
|
||||
enable_team_sync: 'Enable Team Sync',
|
||||
disable_team_sync: 'Disable Team Sync',
|
||||
add_repo_webhook: 'Add webhook',
|
||||
delete_repo_webhook: 'Delete webhook',
|
||||
delete_tag_failed: 'Delete Tag failed',
|
||||
login_failure: 'Login failure',
|
||||
pull_repo_failed: 'Pull repository failed',
|
||||
push_repo_failed: 'Push to repository failed',
|
||||
export_logs_success: 'Export logs queued for delivery',
|
||||
export_logs_failure: 'Export logs failure',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user