Skip to content

Commit

Permalink
ordering of nav buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kris6673 committed Jan 16, 2025
1 parent c84ac31 commit 6720b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export const nativeMenuItems = [
{ title: "Users", path: "/identity/administration/users" },
{ title: "Risky Users", path: "/identity/administration/risky-users" },
{ title: "Groups", path: "/identity/administration/groups" },
{ title: "Devices", path: "/identity/administration/devices" },
{
title: "Group Templates",
path: "/identity/administration/group-templates",
},
{ title: "Devices", path: "/identity/administration/devices" },
{ title: "Deleted Items", path: "/identity/administration/deleted-items" },
{ title: "Roles", path: "/identity/administration/roles" },
{ title: "JIT Admin", path: "/identity/administration/jit-admin" },
Expand Down Expand Up @@ -468,7 +468,7 @@ export const nativeMenuItems = [
title: "Timers",
path: "/cipp/advanced/timers",
roles: ["superadmin"],
}
},
],
},
],
Expand Down

0 comments on commit 6720b29

Please sign in to comment.