diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b6e9ea4..25316d966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the _Top 3_ and _Bottom 3_ performers on the analysis page by removing items without performance - Improved the usability of the toggle component +- Simplified the users table of the admin control panel - Restructured the response of the portfolio report endpoint (_X-ray_) - Refreshed the cryptocurrencies list - Improved the language localization for Catalan (`ca`) diff --git a/apps/client/src/app/components/admin-users/admin-users.component.ts b/apps/client/src/app/components/admin-users/admin-users.component.ts index 2c9d07d74..84b82d111 100644 --- a/apps/client/src/app/components/admin-users/admin-users.component.ts +++ b/apps/client/src/app/components/admin-users/admin-users.component.ts @@ -101,7 +101,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { if (this.hasPermissionForSubscription) { this.displayedColumns = [ - 'index', 'user', 'country', 'registration', @@ -114,7 +113,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { ]; } else { this.displayedColumns = [ - 'index', 'user', 'registration', 'accounts', diff --git a/apps/client/src/app/components/admin-users/admin-users.html b/apps/client/src/app/components/admin-users/admin-users.html index 0db8574b5..7a6a6ae87 100644 --- a/apps/client/src/app/components/admin-users/admin-users.html +++ b/apps/client/src/app/components/admin-users/admin-users.html @@ -3,23 +3,6 @@
- - - - -
- # - - {{ i + 1 }} -