admin pages url mappings and visitor management isnavigation property should be false for consistency

This commit is contained in:
sbwalker 2024-02-26 11:51:35 -05:00
parent ed9121a06f
commit c20138c9fc
2 changed files with 4 additions and 4 deletions

View File

@ -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>
{

View File

@ -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>
{