|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<abp-modal-header title="@(L["Permissions"].Value) - @(HttpUtility.HtmlEncode(Model.EntityDisplayName))"></abp-modal-header> |
|
|
|
<abp-modal-body class="custom-scroll-container"> |
|
|
|
<abp-input asp-for="SelectAllInAllTabs" check-box-hidden-input-render-mode="CheckBoxHiddenInputRenderMode.None" label="@L["SelectAllInAllTabs"].Value" disabled="@Model.Groups.All(group => group.IsDisabled(Model.ProviderName))"/> |
|
|
|
<hr class="mt-2 mb-2"/> |
|
|
|
<hr class="my-2"/> |
|
|
|
<input asp-for="@Model.ProviderKey"/> |
|
|
|
<input asp-for="@Model.ProviderName"/> |
|
|
|
<abp-tabs name="PermissionsTabs" tab-style="PillVertical" vertical-header-size="_4" class="custom-scroll-container"> |
|
|
|
@ -24,10 +24,8 @@ |
|
|
|
{ |
|
|
|
var group = Model.Groups[i]; |
|
|
|
<abp-tab title="@group.DisplayName" name="v-pills-tab-@group.GetNormalizedGroupName()"> |
|
|
|
<h4>@group.DisplayName</h4> |
|
|
|
<hr class="mt-2 mb-3"/> |
|
|
|
<div class="w-100" style="max-height: 640px;overflow-y: auto"> |
|
|
|
<div class="ps-1 pt-1"> |
|
|
|
<div class="ps-1"> |
|
|
|
<abp-input asp-for="@group.IsAllPermissionsGranted" |
|
|
|
check-box-hidden-input-render-mode="CheckBoxHiddenInputRenderMode.None" |
|
|
|
name="SelectAllInThisTab" |
|
|
|
|