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

Merge branch 'main' into mptest

parents d8b3912f 74a24e15
No related branches found
No related tags found
No related merge requests found
from airflow.plugins_manager import AirflowPlugin from airflow.plugins_manager import AirflowPlugin
from flask_admin.base import MenuLink
appbuilder_eFlows = { appbuilder_eFlows = {
"name": "More about eFlows4HPC", "name": "About eFlows4HPC",
"href": "https://eflows4hpc.eu/", "href": "https://eflows4hpc.eu/",
} }
...@@ -12,4 +11,4 @@ class AirflowEFlowsPlugin(AirflowPlugin): ...@@ -12,4 +11,4 @@ class AirflowEFlowsPlugin(AirflowPlugin):
flask_blueprints = [] flask_blueprints = []
hooks = [] hooks = []
admin_views = [] admin_views = []
appbuilder_menu_items = [appbuilder_eFlows] appbuilder_menu_items = [appbuilder_eFlows]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment