Skip to content

Commit

Permalink
add enable/disable team sync for log kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jul 22, 2024
1 parent 6318be7 commit e3c6b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/routes/UsageLogs/UsageLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,6 @@ export const logKinds = {
update_repository_autoprune_policy: 'Update Repository Autoprune Policy',
delete_repository_autoprune_policy: 'Delete Repository Autoprune Policy',
oauth_token_assigned: 'OAuth token assigned',
enable_team_sync: 'Enable Team Sync',
disable_team_sync: 'Disable Team Sync',
};

0 comments on commit e3c6b47

Please sign in to comment.