Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Data Logistics Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
Data Logistics Service
Commits
3b987cc9
Commit
3b987cc9
authored
3 years ago
by
Maria Petrova-El Sayed
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/eFlows_menu_link.py
+2
-2
2 additions, 2 deletions
plugins/eFlows_menu_link.py
with
2 additions
and
2 deletions
plugins/eFlows_menu_link.py
+
2
−
2
View file @
3b987cc9
...
...
@@ -14,9 +14,9 @@ class AirflowEFlowsPlugin(AirflowPlugin):
appbuilder_menu_items
=
[
appbuilder_eFlows
]
class
AirflowDataCatPlugin
(
AirflowPlugin
):
name
=
"
Data Catalog
ue
"
name
=
"
Data Catalog
"
operators
=
[]
flask_blueprints
=
[]
hooks
=
[]
admin_views
=
[]
appbuilder_menu_items
=
[{
"
name
"
:
"
Data Catalog
ue
"
,
"
href
"
:
"
https://datacatalog.fz-juelich.de/index.html
"
}]
appbuilder_menu_items
=
[{
"
name
"
:
"
Data Catalog
"
,
"
href
"
:
"
https://datacatalog.fz-juelich.de/index.html
"
}]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment