diff --git a/Oqtane.Server/Infrastructure/UpgradeManager.cs b/Oqtane.Server/Infrastructure/UpgradeManager.cs index d23103a4..1f30cbc0 100644 --- a/Oqtane.Server/Infrastructure/UpgradeManager.cs +++ b/Oqtane.Server/Infrastructure/UpgradeManager.cs @@ -144,7 +144,7 @@ namespace Oqtane.Infrastructure Order = 33, Path = "admin/urlmappings", Icon = Icons.LinkBroken, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List { @@ -173,7 +173,7 @@ namespace Oqtane.Infrastructure Order = 35, Path = "admin/visitors", Icon = Icons.Eye, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List { diff --git a/Oqtane.Server/Repository/SiteRepository.cs b/Oqtane.Server/Repository/SiteRepository.cs index 9c7c55e6..234a16a3 100644 --- a/Oqtane.Server/Repository/SiteRepository.cs +++ b/Oqtane.Server/Repository/SiteRepository.cs @@ -887,7 +887,7 @@ namespace Oqtane.Repository Order = 15, Path = "admin/urlmappings", Icon = Icons.LinkBroken, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List { @@ -916,7 +916,7 @@ namespace Oqtane.Repository Order = 17, Path = "admin/visitors", Icon = Icons.Eye, - IsNavigation = true, + IsNavigation = false, IsPersonalizable = false, PermissionList = new List {