[GitHub] [airflow] bbovenzi commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
bbovenzi commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1084258122 ## airflow/www/static/js/trigger.js: ## @@ -19,33 +19,190 @@ /* global document, CodeMirror, window */ -const textArea = document.getElementById('json'); +let

[GitHub] [airflow] bbovenzi commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
bbovenzi commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1084254664 ## airflow/www/static/js/trigger.js: ## @@ -19,33 +19,190 @@ /* global document, CodeMirror, window */ -const textArea = document.getElementById('json'); +let

[GitHub] [airflow] bbovenzi commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
bbovenzi commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1084252178 ## airflow/www/static/js/trigger.js: ## @@ -19,33 +19,190 @@ /* global document, CodeMirror, window */ -const textArea = document.getElementById('json'); +let

[GitHub] [airflow] bbovenzi commented on a diff in pull request #27063: AIP-50 Trigger UI based on FAB

2023-01-23 Thread via GitHub
bbovenzi commented on code in PR #27063: URL: https://github.com/apache/airflow/pull/27063#discussion_r1084245521 ## airflow/www/templates/airflow/trigger.html: ## @@ -27,11 +27,93 @@ {% endblock %} +{% macro form_element(form_key, form_details) %} + + + + {%-