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
a33cb565
Commit
a33cb565
authored
1 year ago
by
Christian Boettcher
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicate block
parent
d13a2f22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Airflow253
Pipeline
#136910
passed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/main.html
+1
-21
1 addition, 21 deletions
templates/main.html
with
1 addition
and
21 deletions
templates/main.html
+
1
−
21
View file @
a33cb565
...
...
@@ -34,27 +34,7 @@
<meta
name=
"is_scheduler_running"
content=
"True"
>
{% endif %}
{% endblock %}
{% block head_css %}
{{ super() }}
{% if not appbuilder.app_theme %}
{# airflowDefaultTheme.css file contains the styles from local bootstrap-theme.css #}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for_asset('airflowDefaultTheme.css') }}"
>
{% endif %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for_asset('materialIcons.css') }}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for_asset('main.css') }}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for_asset('loadingDots.css') }}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for_asset('bootstrap-datetimepicker.min.css') }}"
>
<style
type=
"text/css"
>
{
%
for
state,
state_color
in
state_color_mapping.items()
%
}
span
.
{
{state
}
}
{
background-color
:
{{
state_color
}
}
;
}
{
%
endfor
%
}
</style>
<link
rel=
"icon"
type=
"image/png"
href=
"{{ url_for('static', filename='pin_32.png') }}"
>
{% endblock %}
{% block messages %}
{% include 'appbuilder/flash.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