bbovenzi commented on a change in pull request #15795:
URL: https://github.com/apache/airflow/pull/15795#discussion_r637915667
##########
File path: airflow/www/static/js/connection_form.js
##########
@@ -68,6 +68,19 @@ $(document).ready(function () {
const controlsContainer = getControlsContainer();
const connTypesToControlsMap = getConnTypesToControlsMap();
+ // Create a test connection button & insert it right next to the save
(submit) button
+ const testConnBtn = $('<button id="test-connection" type="button" class="btn
btn-sm btn-primary" ' +
+ 'style="margin-left: 3px; pointer-events: all">Test\n <i class="fa
fa-rocket"></i></button>');
+
+ // eslint-disable-next-line no-undef
Review comment:
When we do the `meta` tags we can remove this eslint rule
--
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]