Browse Source
Merge pull request #19248 from abpframework/auto-merge/rel-8-1/2565
Merge branch dev with rel-8.1
pull/19252/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
3 deletions
-
modules/setting-management/src/Volo.Abp.SettingManagement.Blazor/Pages/SettingManagement/SettingManagement.razor
|
|
@ -25,9 +25,7 @@ |
|
|
@foreach (var group in SettingComponentCreationContext.Groups) |
|
|
@foreach (var group in SettingComponentCreationContext.Groups) |
|
|
{ |
|
|
{ |
|
|
<TabPanel Name="@GetNormalizedString(group.Id)" class="abp-md-form"> |
|
|
<TabPanel Name="@GetNormalizedString(group.Id)" class="abp-md-form"> |
|
|
<h2>@group.DisplayName</h2> |
|
|
|
|
|
<Divider /> |
|
|
|
|
|
|
|
|
|
|
|
@{ |
|
|
@{ |
|
|
SettingItemRenders.Add(builder => |
|
|
SettingItemRenders.Add(builder => |
|
|
{ |
|
|
{ |
|
|
|