mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-27 23:33:05 +00:00
admin pages url mappings and visitor management isnavigation property should be false for consistency
This commit is contained in:
parent
ed9121a06f
commit
c20138c9fc
@ -144,7 +144,7 @@ namespace Oqtane.Infrastructure
|
||||
Order = 33,
|
||||
Path = "admin/urlmappings",
|
||||
Icon = Icons.LinkBroken,
|
||||
IsNavigation = true,
|
||||
IsNavigation = false,
|
||||
IsPersonalizable = false,
|
||||
PermissionList = new List<Permission>
|
||||
{
|
||||
@ -173,7 +173,7 @@ namespace Oqtane.Infrastructure
|
||||
Order = 35,
|
||||
Path = "admin/visitors",
|
||||
Icon = Icons.Eye,
|
||||
IsNavigation = true,
|
||||
IsNavigation = false,
|
||||
IsPersonalizable = false,
|
||||
PermissionList = new List<Permission>
|
||||
{
|
||||
|
@ -887,7 +887,7 @@ namespace Oqtane.Repository
|
||||
Order = 15,
|
||||
Path = "admin/urlmappings",
|
||||
Icon = Icons.LinkBroken,
|
||||
IsNavigation = true,
|
||||
IsNavigation = false,
|
||||
IsPersonalizable = false,
|
||||
PermissionList = new List<Permission>
|
||||
{
|
||||
@ -916,7 +916,7 @@ namespace Oqtane.Repository
|
||||
Order = 17,
|
||||
Path = "admin/visitors",
|
||||
Icon = Icons.Eye,
|
||||
IsNavigation = true,
|
||||
IsNavigation = false,
|
||||
IsPersonalizable = false,
|
||||
PermissionList = new List<Permission>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user