|
|
|
@ -2,7 +2,7 @@ |
|
|
|
@using Volo.Abp.PermissionManagement.Localization |
|
|
|
@inherits Volo.Abp.AspNetCore.Components.AbpComponentBase |
|
|
|
<Modal @ref="_modal" Closing="@ClosingModal"> |
|
|
|
<ModalContent Size="ModalSize.Large" IsCentered="true"> |
|
|
|
<ModalContent Size="ModalSize.Large" Centered="true"> |
|
|
|
<ModalHeader> |
|
|
|
<ModalTitle>@L["Permissions"] - @_entityDisplayName</ModalTitle> |
|
|
|
<CloseButton Clicked="CloseModal" /> |
|
|
|
|