|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<div class="col col-md-6">
|
|
|
|
|
<h5 class="card-title">{{ 'AbpTenantManagement::Tenants' | abpLocalization }}</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="text-right col col-md-6">
|
|
|
|
|
<div class="text-end col col-md-6">
|
|
|
|
|
<abp-page-toolbar [record]="data.items"></abp-page-toolbar>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -34,9 +34,8 @@
|
|
|
|
|
<ng-template #abpHeader>
|
|
|
|
|
<h3>
|
|
|
|
|
{{
|
|
|
|
|
selected?.id
|
|
|
|
|
? 'AbpTenantManagement::Edit'
|
|
|
|
|
: ('AbpTenantManagement::NewTenant' | abpLocalization)
|
|
|
|
|
(selected?.id ? 'AbpTenantManagement::Edit' : 'AbpTenantManagement::NewTenant')
|
|
|
|
|
| abpLocalization
|
|
|
|
|
}}
|
|
|
|
|
</h3>
|
|
|
|
|
</ng-template>
|
|
|
|
|