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 2022/02/06 18:04:54 UTC

[GitHub] [airflow] ashb commented on a change in pull request #21342: Add 'Show record' option for variables

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org