You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/02 12:11:30 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #19363: Fix message on "Mark as" confirmation page

kaxil commented on a change in pull request #19363:
URL: https://github.com/apache/airflow/pull/19363#discussion_r740995053



##########
File path: airflow/www/templates/airflow/main.html
##########
@@ -67,7 +67,7 @@
     {% endcall %}
   {% endif %}
   {% if triggerer_job is defined and (not triggerer_job or not triggerer_job.is_alive()) %}
-    {% call message(category='warning', dismissable=false) %}
+    {% call show_message(category='warning', dismissabie=false) %}

Review comment:
       ```suggestion
       {% call show_message(category='warning', dismissible=false) %}
   ```




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org