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

Update eFlows_menu_link.py: replace catalog with catalogue. ToDo: update href

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