Skip to content

Commit

Permalink
Merge pull request #19851 from abpframework/auto-merge/prerel-8-2/2725
Browse files Browse the repository at this point in the history
Merge branch dev with prerel-8.2
  • Loading branch information
maliming authored May 16, 2024
2 parents 1cdbbbd + 087f928 commit 39f846a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ <h4>
</div>
<hr class="my-2" />
@for (permission of selectedGroupPermissions; track $index; let i = $index) {
<div
[ngStyle]="permission.style"
class="form-check mb-2"
>
<div [ngStyle]="permission.style" class="form-check mb-2">
<input
#permissionCheckbox
type="checkbox"
Expand All @@ -88,8 +85,7 @@ <h4>
>{{ permission.displayName }}
@if (!hideBadges) {
@for (provider of permission.grantedProviders; track $index) {
<span
class="badge bg-light text-dark"
<span class="badge bg-primary text-dark"
>{{ provider.providerName }}: {{ provider.providerKey }}</span
>
}
Expand Down

0 comments on commit 39f846a

Please sign in to comment.