You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/12 19:14:43 UTC

[airflow] branch master updated: Make the tooltip to Pause / Unpause a DAG clearer (#13642)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new c4112e2  Make the tooltip to Pause / Unpause a DAG clearer (#13642)
c4112e2 is described below

commit c4112e2e9deaa2e30e6fd05d43221023d0d7d40b
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Jan 12 19:14:31 2021 +0000

    Make the tooltip to Pause / Unpause a DAG clearer (#13642)
    
    closes https://github.com/apache/airflow/issues/13624
---
 airflow/www/templates/airflow/dags.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/templates/airflow/dags.html b/airflow/www/templates/airflow/dags.html
index c3193d1..b9d9836 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -77,7 +77,7 @@
           <thead>
             <tr>
               <th width="12">
-                <span class="material-icons text-muted js-tooltip" title="Use this toggle to pause a DAG. The scheduler won't schedule new tasks instances for a paused DAG. Tasks already running at pause time won't be affected.">info</span>
+                <span class="material-icons text-muted js-tooltip" title="Use this toggle to pause/unpause a DAG. The scheduler won't schedule new tasks instances for a paused DAG. Tasks already running at pause time won't be affected.">info</span>
               </th>
               <th>DAG</th>
               <th>Owner</th>