diff --git a/airflow/www/static/css/main.css b/airflow/www/static/css/main.css index c6d0b83dfdb121..669fdd78357ec3 100644 --- a/airflow/www/static/css/main.css +++ b/airflow/www/static/css/main.css @@ -387,6 +387,7 @@ label[for="timezone-other"], bottom: 0; width: 100%; height: 60px; + color: #8e8e8d; background-color: #f5f5f5; } diff --git a/airflow/www/templates/airflow/dags.html b/airflow/www/templates/airflow/dags.html index a480869251ff5f..d857f97c2db0cb 100644 --- a/airflow/www/templates/airflow/dags.html +++ b/airflow/www/templates/airflow/dags.html @@ -210,7 +210,7 @@

DAGs

{{paging}}
-
+
Showing {{num_dag_from}}-{{num_dag_to}} of {{num_of_all_dags}} DAGs
diff --git a/airflow/www/templates/airflow/master.html b/airflow/www/templates/airflow/master.html index b43e0e13a3d0e9..6cb3923546ad81 100644 --- a/airflow/www/templates/airflow/master.html +++ b/airflow/www/templates/airflow/master.html @@ -62,7 +62,7 @@ {% if not current_user.is_anonymous %} {% set version_label = 'Version' %}