diff --git a/airflow/www/static/main.css b/airflow/www/static/main.css index e5ba0a288bf41..1174e2caed982 100644 --- a/airflow/www/static/main.css +++ b/airflow/www/static/main.css @@ -54,9 +54,6 @@ span.queued{ input#execution_date { margin-bottom: 0px; } -.modal{ - margin-top:5000px; -} table.highlighttable{ width: 100%; table-layout:fixed; diff --git a/airflow/www/templates/airflow/master.html b/airflow/www/templates/airflow/master.html index 6ba01e35505b2..09763b9a0ed1b 100644 --- a/airflow/www/templates/airflow/master.html +++ b/airflow/www/templates/airflow/master.html @@ -1 +1 @@ -{% extends "admin/master.html" %} +{% extends "index.html" %} diff --git a/airflow/www/templates/index.html b/airflow/www/templates/index.html new file mode 100644 index 0000000000000..e58860916a2a6 --- /dev/null +++ b/airflow/www/templates/index.html @@ -0,0 +1 @@ +{% extends 'admin/master.html' %}