ashb commented on a change in pull request #7693: [AIRFLOW-7046] 
Locale-formatted datetimes (UI only)
URL: https://github.com/apache/airflow/pull/7693#discussion_r391750143
 
 

 ##########
 File path: airflow/www/templates/airflow/gantt.html
 ##########
 @@ -65,7 +65,7 @@
       .taskStatus(data.taskStatus)
       .height(data.height)
       .selector('.gantt')
-      .tickFormat("%H:%M:%S");
+      .tickFormat('%H:%M:%S');
 
 Review comment:
   ```suggestion
         .tickFormat("%H:%M:%S");
   ```
   
   Where possible we like to avoid "un-necessary" changes to files that are 
otherwise not touched because they make it harder to back-port changes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to