Skip to content
Snippets Groups Projects
Commit 3b987cc9 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Correct "data catalog" name in the menu link to match the rest

parent aab5a43b
No related branches found
No related tags found
No related merge requests found
Pipeline #84270 passed
......@@ -14,9 +14,9 @@ class AirflowEFlowsPlugin(AirflowPlugin):
appbuilder_menu_items = [appbuilder_eFlows]
class AirflowDataCatPlugin(AirflowPlugin):
name = "Data Catalogue"
name = "Data Catalog"
operators = []
flask_blueprints = []
hooks = []
admin_views = []
appbuilder_menu_items = [{"name": "Data Catalogue", "href": "https://datacatalog.fz-juelich.de/index.html"}]
appbuilder_menu_items = [{"name": "Data Catalog", "href": "https://datacatalog.fz-juelich.de/index.html"}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment