Skip to content

Commit

Permalink
[AAP-25086] Remove the controller token from the UI (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis authored Aug 28, 2024
1 parent be8a901 commit 97d505c
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 428 deletions.
37 changes: 0 additions & 37 deletions cypress/e2e/eda/admin-user/controller-token.cy.ts

This file was deleted.

99 changes: 0 additions & 99 deletions frontend/eda/access/users/CreateControllerToken.tsx

This file was deleted.

60 changes: 0 additions & 60 deletions frontend/eda/access/users/UserPage/ControllerTokens.tsx

This file was deleted.

5 changes: 1 addition & 4 deletions frontend/eda/access/users/UserPage/MyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ export function MyPage() {
}
/>
<PageRoutedTabs
tabs={[
{ label: t('Details'), page: EdaRoute.MyDetails },
{ label: t('Controller Tokens'), page: EdaRoute.MyTokens },
]}
tabs={[{ label: t('Details'), page: EdaRoute.MyDetails }]}
params={{ id: user?.id }}
/>
</PageLayout>
Expand Down
1 change: 0 additions & 1 deletion frontend/eda/access/users/UserPage/UserPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export function UserPage() {
? [
{ label: t('Details'), page: EdaRoute.UserDetails },
{ label: t('Roles'), page: EdaRoute.UserRoles },
{ label: t('Controller Tokens'), page: EdaRoute.UserTokens },
]
: [
{ label: t('Details'), page: EdaRoute.UserDetails },
Expand Down
28 changes: 0 additions & 28 deletions frontend/eda/access/users/hooks/useControllerTokenActions.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions frontend/eda/access/users/hooks/useControllerTokenFilters.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions frontend/eda/access/users/hooks/useControllerTokensActions.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions frontend/eda/access/users/hooks/useControllerTokensColumns.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions frontend/eda/access/users/hooks/useDeleteControllerTokens.tsx

This file was deleted.

Loading

0 comments on commit 97d505c

Please sign in to comment.