Merge pull request #3895 from sbwalker/dev
admin pages url mappings and visitor management isnavigation property should be false for consistency
This commit is contained in:
commit
d4fd2d9ae0
|
@ -144,7 +144,7 @@ namespace Oqtane.Infrastructure
|
||||||
Order = 33,
|
Order = 33,
|
||||||
Path = "admin/urlmappings",
|
Path = "admin/urlmappings",
|
||||||
Icon = Icons.LinkBroken,
|
Icon = Icons.LinkBroken,
|
||||||
IsNavigation = true,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
PermissionList = new List<Permission>
|
PermissionList = new List<Permission>
|
||||||
{
|
{
|
||||||
|
@ -173,7 +173,7 @@ namespace Oqtane.Infrastructure
|
||||||
Order = 35,
|
Order = 35,
|
||||||
Path = "admin/visitors",
|
Path = "admin/visitors",
|
||||||
Icon = Icons.Eye,
|
Icon = Icons.Eye,
|
||||||
IsNavigation = true,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
PermissionList = new List<Permission>
|
PermissionList = new List<Permission>
|
||||||
{
|
{
|
||||||
|
|
|
@ -887,7 +887,7 @@ namespace Oqtane.Repository
|
||||||
Order = 15,
|
Order = 15,
|
||||||
Path = "admin/urlmappings",
|
Path = "admin/urlmappings",
|
||||||
Icon = Icons.LinkBroken,
|
Icon = Icons.LinkBroken,
|
||||||
IsNavigation = true,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
PermissionList = new List<Permission>
|
PermissionList = new List<Permission>
|
||||||
{
|
{
|
||||||
|
@ -916,7 +916,7 @@ namespace Oqtane.Repository
|
||||||
Order = 17,
|
Order = 17,
|
||||||
Path = "admin/visitors",
|
Path = "admin/visitors",
|
||||||
Icon = Icons.Eye,
|
Icon = Icons.Eye,
|
||||||
IsNavigation = true,
|
IsNavigation = false,
|
||||||
IsPersonalizable = false,
|
IsPersonalizable = false,
|
||||||
PermissionList = new List<Permission>
|
PermissionList = new List<Permission>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user