Skip to content

Commit

Permalink
Add integration activity events target to Activity view as system set…
Browse files Browse the repository at this point in the history
…ting (#293)
  • Loading branch information
bcmmbaga authored Nov 8, 2023
1 parent 2fc7b73 commit f49c28f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ export const Activity = () => {
case "account.setting.peer.login.expiration.enable":
case "account.setting.peer.login.expiration.disable":
case "account.setting.peer.login.expiration.update":
case "integration.create":
case "integration.update":
case "integration.delete":
return renderMultiRowSpan("", "System setting");
case "personal.access.token.create":
case "personal.access.token.delete":
Expand Down

0 comments on commit f49c28f

Please sign in to comment.