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: [email protected]

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


Reply via email to