Skip to content

Commit

Permalink
Merge pull request #208 from nuxeo/task-NAC-301-rearrange-menu-items
Browse files Browse the repository at this point in the history
NAC-301 : Rearranged order of menu items
  • Loading branch information
madhurkulshrestha-hyland authored Oct 18, 2024
2 parents b2b2eb9 + e84e37f commit 3452a45
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@ export const ADMIN_MENU: Menu[] = [
{ id: 0, name: "Home", path: "", isSelected: false },
{
id: 1,
name: "Elasticsearch Reindex",
path: "elasticsearch-reindex",
name: "Probes",
path: "probes",
isSelected: false,
},
{
id: 2,
name: "Bulk Action Monitoring",
path: "bulk-action-monitoring",
name: "Elasticsearch Reindex",
path: "elasticsearch-reindex",
isSelected: false,
},
{
id: 3,
name: "Probes",
path: "probes",
name: "Picture Renditions Generation",
path: "picture-renditions",
isSelected: false,
},
{
id: 4,
name: "Thumbnail Generation",
path: "thumbnail-generation",
name: "Video Renditions Generation",
path: "video-renditions-generation",
isSelected: false,
},
{
id: 5,
name: "Picture Renditions Generation",
path: "picture-renditions",
name: "Thumbnails Generation",
path: "thumbnail-generation",
isSelected: false,
},
{
id: 6,
name: "Video Renditions Generation",
path: "video-renditions-generation",
name: "Bulk Action Monitoring",
path: "bulk-action-monitoring",
isSelected: false,
},
];
Expand Down

0 comments on commit 3452a45

Please sign in to comment.