mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-23 22:20:28 +08:00
Getting the "Site Configuration" admin menu group back down to the bottom of the stack
--HG-- branch : dev
This commit is contained in:
parent
a9dc5abd50
commit
b8cfb911c5
@ -8,7 +8,7 @@ namespace Orchard.Core.Reports {
|
||||
public string MenuName { get { return "admin"; } }
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
builder.Add(T("Site Configuration"), "0",
|
||||
builder.Add(T("Site Configuration"), "11",
|
||||
menu => menu.Add(T("Reports"), "0", item => item.Action("Index", "Admin", new { area = "Reports" }).Permission(StandardPermissions.AccessAdminPanel)));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user