|
|
|
@ -4,15 +4,12 @@
|
|
|
|
|
@using Microsoft.AspNetCore.Authorization
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
|
|
|
@using Volo.Abp.PermissionManagement.Blazor.Components
|
|
|
|
|
|
|
|
|
|
@inherits AbpCrudPageBase<IIdentityRoleAppService, IdentityRoleDto, Guid, GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>
|
|
|
|
|
|
|
|
|
|
@using Microsoft.Extensions.Localization
|
|
|
|
|
@using Volo.Abp.Identity.Localization
|
|
|
|
|
@using Volo.Abp.PermissionManagement.Blazor.Components
|
|
|
|
|
@inherits RoleManagementBase
|
|
|
|
|
@inject IStringLocalizer<IdentityResource> L
|
|
|
|
|
@inject AbpIdentityBlazorMessageLocalizerHelper<IdentityResource> LH
|
|
|
|
|
|
|
|
|
|
@inherits AbpCrudPageBase<IIdentityRoleAppService, IdentityRoleDto, Guid, GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>
|
|
|
|
|
|
|
|
|
|
@* ************************* PAGE HEADER ************************* *@
|
|
|
|
|
<Row>
|
|
|
|
|
<Column ColumnSize="ColumnSize.Is6">
|
|
|
|
|