Skip to content

Commit

Permalink
add link to remote services legacy page (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Aug 23, 2021
1 parent e404960 commit a6f593f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geonode_mapstore_client/templatetags/get_menu_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ def get_base_left_topbar_menu():
"type": "link",
"href": "/catalogue/#/search/?f=document",
"label": "Documents"
},
{
"type": "link",
"href": "/services/?limit=5",
"label": "Remote Services"
}
]
},
Expand Down

0 comments on commit a6f593f

Please sign in to comment.