You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<formaction="{{ url_for('web.ui_delete_manual_rule_route', hostname=hostname) }}" method="post" onsubmit="return confirm('Are you sure you want to delete the manual rule for {{ hostname }}?');" class="protocol-aware-form">
326
+
<formaction="{{ url_for('web.ui_delete_manual_rule_route', rule_key_from_url=rule_key) }}" method="post" onsubmit="return confirm('Are you sure you want to delete the manual rule for {{ hostname }}?');" class="protocol-aware-form">
<labelclass="label" for="manual_zone_name_override"><spanclass="label-text">Cloudflare Zone Name (Override/Specific)</span></label>
496
515
<inputtype="text" id="manual_zone_name_override" name="manual_zone_name_override" placeholder="yourdomain.com (if different from Domain Name or CF_ZONE_ID)" class="input input-bordered w-full" />
0 commit comments