Skip to content

Commit

Permalink
Add externalapplication to default menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Dec 4, 2024
1 parent b6fa7f5 commit 9769bd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@ function ResourcesGrid({
value: 'remote',
type: 'link',
href: '/services/?limit=5'
},
{
labelId: "externalapplications.register",
value: "externalapplication",
type: "link",
href: "/externalapplications/create"
}
]
},
Expand Down

0 comments on commit 9769bd4

Please sign in to comment.