Browse Source
Merge pull request #17762 from abpframework/EngincanV-patch-2
CMS Kit: Fix icon of the global resource menu item
pull/17764/head
Engincan VESKE
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Menus/CmsKitAdminMenuContributor.cs
|
|
|
@ -97,7 +97,7 @@ public class CmsKitAdminMenuContributor : IMenuContributor |
|
|
|
CmsKitAdminMenus.GlobalResources.GlobalResourcesMenu, |
|
|
|
l["GlobalResources"], |
|
|
|
"/Cms/GlobalResources", |
|
|
|
"bi bi-code-slash", |
|
|
|
"fa fa-code", |
|
|
|
order: 4) |
|
|
|
.RequireFeatures(CmsKitFeatures.GlobalResourceEnable) |
|
|
|
.RequireGlobalFeatures(typeof(GlobalResourcesFeature)) |
|
|
|
|