forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-356][AIRFLOW-355][AIRFLOW-354] Replace nobr, enable DAG only…
… exists locally message, change edit DAG icon Addresses the following issues: - [https://issues.apache.org/jira/browse/AIRFLOW-356](https://issues.apache.org/jira/browse/AIRFLOW-356) - [https://issues.apache.org/jira/browse/AIRFLOW-355](https://issues.apache.org/jira/browse/AIRFLOW-355) - [https://issues.apache.org/jira/browse/AIRFLOW-354](https://issues.apache.org/jira/browse/AIRFLOW-354) - Replace `<nobr>` with `flexbox` - "This DAG seems to be existing only locally" now shows up - Change edit DAG icon from info to edit - Rename `dttm` variable to `file_last_changed_on_disk` - Rename `dags` variable to `webserver_dags` - Adds a comment clarifying what `self.file_last_changed` is - Clarifies what the `dag.last_expired` column represents - Refactors some previously very nested logic in `views.py` and adds comments - Properly indents `dags.html` and adds comments to it - Edit DAG icon changed - Home page now sort of responsive, no longer fixed width - User will occasionally see "This DAG seems to be existing only locally" message - Verify that edit dag button is now an edit icon and click on it - Resized home page, check that last column does not wrap ![image](https://cloud.githubusercontent.com/assets/130362/17126889/2e7adb12-52b6-11e6-9a18-b31e424e4be8.png) Clean up html, replace nobr with flexbox Refactor HomeView Rename variables and update comments Closes apache#1678 from zodiac/xuanji_refactor
- Loading branch information
Showing
3 changed files
with
126 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters