You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/07 22:57:00 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #10770: Add Plugins View in web UI

mik-laj commented on a change in pull request #10770:
URL: https://github.com/apache/airflow/pull/10770#discussion_r501356345



##########
File path: airflow/www/views.py
##########
@@ -2539,6 +2539,56 @@ def prefill_form(self, form, pk):
                 field.data = value
 
 
+class PluginView(AirflowBaseView):
+    """View to show Airflow Plugins"""
+    default_view = 'list'

Review comment:
       ```suggestion
   
       default_view = 'list'
   ```




----------------------------------------------------------------
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:
users@infra.apache.org