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

Merge branch 'main' of gitlab.jsc.fz-juelich.de:eflows4hpc-wp2/data-logistics-service

parents 8d548d7d 03d2f02d
No related branches found
No related tags found
No related merge requests found
Pipeline #83500 passed
...@@ -12,3 +12,11 @@ class AirflowEFlowsPlugin(AirflowPlugin): ...@@ -12,3 +12,11 @@ class AirflowEFlowsPlugin(AirflowPlugin):
hooks = [] hooks = []
admin_views = [] admin_views = []
appbuilder_menu_items = [appbuilder_eFlows] appbuilder_menu_items = [appbuilder_eFlows]
class AirflowDataCatPlugin(AirflowPlugin):
name = "Data Catalogue"
operators = []
flask_blueprints = []
hooks = []
admin_views = []
appbuilder_menu_items = [{"name": "Data Catalogue", "href": "https://datacatalog.fz-juelich.de/index.html"}]
...@@ -89,7 +89,6 @@ ...@@ -89,7 +89,6 @@
<!-- Use a wrapper div to detach the footer from the content. --> <!-- Use a wrapper div to detach the footer from the content. -->
<div style="padding-bottom: 3rem !important; display: none; flex-grow: 1 !important; -ms-flex-direction: column !important; display: flex !important; <div style="padding-bottom: 3rem !important; display: none; flex-grow: 1 !important; -ms-flex-direction: column !important; display: flex !important;
flex-direction: column !important;"> flex-direction: column !important;">
Wrapper
</div> </div>
<footer class="footer" style="background-image: url(https://eflows4hpc.eu/wp-content/uploads/2021/02/Barra-gris-footer.png) !important; height: auto; color: #575756 !important; background-repeat: no-repeat !important; background-size: cover !important; margin-top: 2rem;"> <footer class="footer" style="background-image: url(https://eflows4hpc.eu/wp-content/uploads/2021/02/Barra-gris-footer.png) !important; height: auto; color: #575756 !important; background-repeat: no-repeat !important; background-size: cover !important; margin-top: 2rem;">
<div class="container p-0" style="padding: 0px !important"> <div class="container p-0" style="padding: 0px !important">
......
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