You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2023/03/08 16:55:28 UTC

[airflow] branch main updated: fix dag docs toggle icon initial angle (#29970)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d54f366814 fix dag docs toggle icon initial angle (#29970)
d54f366814 is described below

commit d54f366814c58aca1ec2a320b33006a0b786733d
Author: Jihoon Park <62...@users.noreply.github.com>
AuthorDate: Thu Mar 9 01:55:02 2023 +0900

    fix dag docs toggle icon initial angle (#29970)
---
 airflow/www/templates/appbuilder/dag_docs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/templates/appbuilder/dag_docs.html b/airflow/www/templates/appbuilder/dag_docs.html
index 3dcf2b3982..47d3a5ab9c 100644
--- a/airflow/www/templates/appbuilder/dag_docs.html
+++ b/airflow/www/templates/appbuilder/dag_docs.html
@@ -23,7 +23,7 @@
       <div class="panel panel-default">
         <div class="panel-heading" role="tab" id="headingOne">
           <h4 class="panel-title">
-            <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne" class="accordion-toggle">
+            <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne" class="accordion-toggle collapsed">
               <span class="material-icons" aria-hidden="true">info_outline</span>
               DAG Docs
               <span class="material-icons pull-right toggle-direction" aria-hidden="true">expand_less</span>