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/03/01 15:44:49 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #21851: added an option for run id in the ui trigger screen

bbovenzi commented on a change in pull request #21851:
URL: https://github.com/apache/airflow/pull/21851#discussion_r816893213



##########
File path: airflow/www/templates/airflow/trigger.html
##########
@@ -35,15 +35,20 @@ <h2>Trigger DAG: {{ dag_id }}</h2>
     <input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
     <input type="hidden" name="dag_id" value="{{ dag_id }}">
     <input type="hidden" name="origin" value="{{ origin }}">
-  <div class="form-group">
+    <div class="form-group">
       <label class="sr-only" for="execution_date">Logical date</label>
       <div class="input-group">
         {{ form.execution_date(class_="form-control", disabled=False) }}
       </div>
     </div>
-
+    <div class="form-group row">
+      <div class="col-md-2">
+        <label for="run_id">Run id (optional)</label>

Review comment:
       ```suggestion
           <label for="run_id">Run id (Optional)</label>
   ```
   
   Nitpick. But let's be consistent with the config below.




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