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 Jun 27, 2024
1 parent 99d571a commit 29b7356
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 @@ -240,4 +240,6 @@ export const logKinds = {
create_repository_autoprune_policy: 'Create Repository Autoprune Policy',
update_repository_autoprune_policy: 'Update Repository Autoprune Policy',
delete_repository_autoprune_policy: 'Delete Repository Autoprune Policy',
enable_team_sync: 'Enable Team Sync',
disable_team_sync: 'Disable Team Sync',
};

0 comments on commit 29b7356

Please sign in to comment.