From 91c29c40d3612264ae6a34f9ffca6b2d3fb51c4b Mon Sep 17 00:00:00 2001 From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de> Date: Wed, 16 Mar 2022 10:20:19 +0100 Subject: [PATCH] Update eFlows_menu_link.py: replace catalog with catalogue. ToDo: update href --- plugins/eFlows_menu_link.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/eFlows_menu_link.py b/plugins/eFlows_menu_link.py index 937ad23..da5b660 100644 --- a/plugins/eFlows_menu_link.py +++ b/plugins/eFlows_menu_link.py @@ -14,9 +14,9 @@ class AirflowEFlowsPlugin(AirflowPlugin): appbuilder_menu_items = [appbuilder_eFlows] class AirflowDataCatPlugin(AirflowPlugin): - name = "Data Catalog" + name = "Data Catalogue" operators = [] flask_blueprints = [] hooks = [] 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"}] -- GitLab