|
|
|
@ -68,9 +68,6 @@ export class TenantsComponent implements OnInit { |
|
|
|
@ViewChild('connectionStringModalTemplate', { static: false }) |
|
|
|
connectionStringModalTemplate: TemplateRef<any>; |
|
|
|
|
|
|
|
@ViewChild('featuresModalTemplate', { static: false }) |
|
|
|
featuresModalTemplate: TemplateRef<any>; |
|
|
|
|
|
|
|
constructor( |
|
|
|
private confirmationService: ConfirmationService, |
|
|
|
private tenantService: TenantManagementService, |
|
|
|
@ -126,10 +123,6 @@ export class TenantsComponent implements OnInit { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
onManageFeatures(id: string) { |
|
|
|
this.openModal('AbpTenantManagement::Features', this.featuresModalTemplate, 'saveFeatures'); |
|
|
|
} |
|
|
|
|
|
|
|
onAddTenant() { |
|
|
|
this.selected = {} as ABP.BasicItem; |
|
|
|
this.createTenantForm(); |
|
|
|
|