Skip to content

Commit

Permalink
Merge pull request #15035 from abpframework/issue-14780
Browse files Browse the repository at this point in the history
Add description to feature-management setting tab
  • Loading branch information
EngincanV authored Dec 9, 2022
2 parents d85e72f + c9bcec0 commit c963728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@if (Settings != null && Settings.HasManageHostFeaturesPermission)
{
<Form>
<Paragraph>@L["ManageHostFeaturesText"]</Paragraph>
<Button Size="Size.Small" Color="Color.Primary" onclick="@OnManageHostFeaturesClicked">
<Icon Name="@("fa-cog")"/> @L["ManageHostFeatures"]
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<form id="FeatureSettingsForm">
@if (Model.HasManageHostFeaturesPermission)
{
<p>@L["ManageHostFeaturesText"]</p>
<abp-button size="Small" button-type="Primary" id="ManageHostFeatures" icon="cog" text="@L["ManageHostFeatures"].Value"/>
}
</form>

0 comments on commit c963728

Please sign in to comment.