uranusjr commented on code in PR #22854:
URL: https://github.com/apache/airflow/pull/22854#discussion_r878978625
##########
airflow/www/templates/airflow/ti_code.html:
##########
@@ -21,10 +21,10 @@
{% block title %}DAGs - {{ appbuilder.app_name }}{% endblock %}
{% block content %}
- {{ super() }}
- <h4>{{ title }}</h4>
- {% for k, v in html_dict.items() %}
- <h5>{{ k }}</h5>
- {{ v }}
- {% endfor %}
+{{ super() }}
+<h4>{{ title }}</h4>
+{% for k, v in html_dict.items() %}
+<h5><strong>{{ k }}</strong></h5>
Review Comment:
We should probably add CSS to style `h5` instead of adding a `strong`? Or
maybe this does not really matter at this point. cc @bbovenzi
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]