mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page 
titles distinguishable from another
URL: https://github.com/apache/airflow/pull/7305#discussion_r373544606
 
 

 ##########
 File path: airflow/www/views.py
 ##########
 @@ -1709,7 +1709,8 @@ def tries(self, session=None):
             demo_mode=conf.getboolean('webserver', 'demo_mode'),
             root=root,
             form=form,
-            chart=chart.htmlcontent
+            chart=chart.htmlcontent,
+            tab_title='tries',
 
 Review comment:
   ```suggestion
               tab_title='Tries',
   ```

----------------------------------------------------------------
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