Skip to content

Commit

Permalink
[Fixes #1247] Move Remote Service under Add Resource (#1248) (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Oct 28, 2022
1 parent 9edca18 commit 612b6c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,19 @@
"value": "add_resource"
}
]
},
{
"labelId": "gnhome.remoteServices",
"value": "remote",
"type": "link",
"href": "/services/?limit=5",
"authenticated": true,
"perms": [
{
"type": "user",
"value": "add_resource"
}
]
}
]
},
Expand Down
5 changes: 0 additions & 5 deletions geonode_mapstore_client/templatetags/get_menu_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ def get_base_left_topbar_menu(context):
"type": "link",
"href": "/catalogue/#/search/?f=document",
"label": "Documents"
},
{
"type": "link",
"href": "/services/?limit=5",
"label": "Remote Services"
} if not is_mobile else None
]
},
Expand Down

0 comments on commit 612b6c7

Please sign in to comment.