diff --git a/ui-ngx/src/app/modules/home/components/home-components.module.ts b/ui-ngx/src/app/modules/home/components/home-components.module.ts
index d195137509..9468289df8 100644
--- a/ui-ngx/src/app/modules/home/components/home-components.module.ts
+++ b/ui-ngx/src/app/modules/home/components/home-components.module.ts
@@ -166,6 +166,10 @@ import { EntityTypesVersionLoadComponent } from '@home/components/vc/entity-type
import { ComplexVersionLoadComponent } from '@home/components/vc/complex-version-load.component';
import { RemoveOtherEntitiesConfirmComponent } from '@home/components/vc/remove-other-entities-confirm.component';
import { AutoCommitSettingsComponent } from '@home/components/vc/auto-commit-settings.component';
+import { RateLimitsListComponent } from '@home/components/profile/tenant/rate-limits/rate-limits-list.component';
+import { RateLimitsComponent } from '@home/components/profile/tenant/rate-limits/rate-limits.component';
+import { RateLimitsTextComponent } from '@home/components/profile/tenant/rate-limits/rate-limits-text.component';
+import { RateLimitsDetailsDialogComponent } from '@home/components/profile/tenant/rate-limits/rate-limits-details-dialog.component';
@NgModule({
declarations:
@@ -302,7 +306,11 @@ import { AutoCommitSettingsComponent } from '@home/components/vc/auto-commit-set
EntityTypesVersionLoadComponent,
ComplexVersionLoadComponent,
RemoveOtherEntitiesConfirmComponent,
- AutoCommitSettingsComponent
+ AutoCommitSettingsComponent,
+ RateLimitsListComponent,
+ RateLimitsComponent,
+ RateLimitsTextComponent,
+ RateLimitsDetailsDialogComponent
],
imports: [
CommonModule,
@@ -432,7 +440,11 @@ import { AutoCommitSettingsComponent } from '@home/components/vc/auto-commit-set
EntityTypesVersionLoadComponent,
ComplexVersionLoadComponent,
RemoveOtherEntitiesConfirmComponent,
- AutoCommitSettingsComponent
+ AutoCommitSettingsComponent,
+ RateLimitsListComponent,
+ RateLimitsComponent,
+ RateLimitsTextComponent,
+ RateLimitsDetailsDialogComponent
],
providers: [
WidgetComponentService,
diff --git a/ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html b/ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html
index 0e1553806a..5484aaed28 100644
--- a/ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html
+++ b/ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html
@@ -418,38 +418,24 @@