ashb commented on a change in pull request #4830: [AIRFLOW-3929] Use anchor tag
for dag filter link.
URL: https://github.com/apache/airflow/pull/4830#discussion_r268690649
##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -125,12 +125,12 @@ <h4 class="pull-right">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">
- <span id='task_id'></span>
- <button id="btn_filter" type="button" class="btn btn-default"
title="Filter on this task and upstream ">
+ <span id="task_id"></span>
+ <a id="btn_filter" type="button" class="btn btn-default"
title="Filter on this task and upstream ">
Review comment:
`<a type=button>` is not a valid property :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services