|
|
|
@ -105,7 +105,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<abp-button
|
|
|
|
|
[requestType]="['POST', 'PUT', 'DELETE']"
|
|
|
|
|
requestURLContainSearchValue="change-password"
|
|
|
|
|
requestURLContainSearchValue="multi-tenancy"
|
|
|
|
|
iconClass="fa fa-check"
|
|
|
|
|
(click)="save()"
|
|
|
|
|
>{{ 'AbpIdentity::Save' | abpLocalization }}</abp-button
|
|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
</abp-modal>
|
|
|
|
|
|
|
|
|
|
<ng-template #tenantModalTemplate>
|
|
|
|
|
<form [formGroup]="tenantForm">
|
|
|
|
|
<form [formGroup]="tenantForm" (ngSubmit)="save()">
|
|
|
|
|
<div class="mt-2">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="name">{{ 'AbpTenantManagement::TenantName' | abpLocalization }}</label>
|
|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
</ng-template>
|
|
|
|
|
|
|
|
|
|
<ng-template #connectionStringModalTemplate>
|
|
|
|
|
<form [formGroup]="defaultConnectionStringForm">
|
|
|
|
|
<form [formGroup]="defaultConnectionStringForm" (ngSubmit)="save()">
|
|
|
|
|
<div class="mt-2">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="form-check">
|
|
|
|
|