Merge branch 'ad/3256-new-changes-on-name-servers-page' of https://github.com/cisagov/manage.get.gov into ad/3256-new-changes-on-name-servers-page

This commit is contained in:
David Kennedy 2025-03-04 10:52:55 -05:00
commit 35d0d11eca
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -84,7 +84,7 @@
{% endwith %} {% endwith %}
</div> </div>
<div class="tablet:grid-col-6"> <div class="tablet:grid-col-6">
{% with attr_required=True add_initial_value_attr=True label_text=form.ip.label sublabel_text="Example: 86.124.49.54 or 2001:db8::1234:5678" add_group_class="usa-form-group--unstyled-error" add_aria_label="Name server "|concat:forloop.counter|concat:" "|concat:form.ip.label %} {% with attr_required=True add_initial_value_attr=True label_text=form.ip.label sublabel_text="Example: 86.124.49.54 or 2001:db8::1234:5678" add_aria_label="Name server "|concat:forloop.counter|concat:" "|concat:form.ip.label %}
{% input_with_errors form.ip %} {% input_with_errors form.ip %}
{% endwith %} {% endwith %}
</div> </div>
@ -115,7 +115,7 @@
<tr> <tr>
<th scope="col" role="columnheader">Name Servers</th> <th scope="col" role="columnheader">Name Servers</th>
<th scope="col" role="columnheader"><span class="sr-only">IP address</span></th> <th scope="col" role="columnheader"><span class="sr-only">IP address</span></th>
<th scope="col" role="columnheader">Action</th> <th scope="col" role="columnheader" class="width-0">Action</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -207,7 +207,7 @@
</button> </button>
<button <button
type="button" type="button"
class="usa-button usa-button--unstyled display-block nameserver-delete" class="usa-button usa-button--unstyled display-block text-secondary nameserver-delete"
name="btn-delete-click" name="btn-delete-click"
aria-label="Delete the name server from the registry" aria-label="Delete the name server from the registry"
>Delete >Delete