zrhoffman commented on code in PR #7111:
URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989324166


##########
traffic_portal/app/src/common/modules/form/deliveryService/form.deliveryService.DNS.tpl.html:
##########
@@ -475,6 +475,26 @@ <h3 ng-if="!open()">Previous Value</h3>
                             </aside>
                         </div>
                     </div>
+                    <div class="form-group" ng-class="{'has-error': 
hasError(routingConfig.regional), 'has-feedback': 
hasError(routingConfig.regional)}">
+                        <label class="has-tooltip control-label col-md-2 
col-sm-2 col-xs-12" for="regional">Regional Max Origin Connections *<div 
class="helptooltip">
+                            <div class="helptext">
+                                If your Delivery Service is Regional, then you 
only expect it to be used by a single Cache Group. Enable this to make Max 
Origin Connections per Cache Group instead of a value used over all last-tier 
Cache Groups. <a 
href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#regional";
 target="_blank">See Regional Delivery Services</a>
+                            </div>
+                        </div>
+                        </label>
+                        <div class="col-md-10 col-sm-10 col-xs-12">
+                            <select id="regional" name="regional" 
class="form-control" ng-model="deliveryService.regional" required>
+                                <option ng-value="true">Enabled</option>
+                                <option ng-value="false" 
selected>Disabled</option>
+                            </select>

Review Comment:
   Changed to a checkbox in 0aad7be6ff



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