ashb commented on a change in pull request #21342:
URL: https://github.com/apache/airflow/pull/21342#discussion_r800214142



##########
File path: airflow/www/widgets.py
##########
@@ -72,3 +72,8 @@ class BS3TextAreaROWidget(BS3TextAreaFieldWidget):
     def __call__(self, field, **kwargs):
         kwargs['readonly'] = 'true'
         return super().__call__(field, **kwargs)
+
+class AirflowModelShowWidget(RenderTemplateWidget):
+    """Airflow model show widget"""
+
+    template = 'airflow/model_show.html'

Review comment:
       What is different in this template from the stock Flask-AppBuilder one?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to