We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb1b31 commit 8fbc966Copy full SHA for 8fbc966
geonode_mapstore_client/templatetags/get_menu_json.py
@@ -147,12 +147,6 @@ def get_user_menu(context):
147
]
148
)
149
150
- monitoring = []
151
- if settings.MONITORING_ENABLED:
152
- monitoring = [
153
- devider,
154
- {"type": "link", "href": "/monitoring/", "label": "Monitoring & Analytics"},
155
- ]
156
admin_only = (
157
[
158
{"type": "link", "href": "/admin/", "label": "Admin"},
@@ -162,7 +156,6 @@ def get_user_menu(context):
162
"label": "GeoServer",
163
},
164
165
- + monitoring
166
159
+ [devider]
167
160
+ general
168
161
0 commit comments