mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Story#109070142 - Nameservers - no registrar validation for now
This commit is contained in:
parent
c2b5b24975
commit
2eeb91a5e8
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@
|
|||
= label_tag "domain_nameservers_attributes_#{k}_ipv4", t(:ipv4)
|
||||
.col-md-7
|
||||
= text_field_tag "domain[nameservers_attributes][#{k}][ipv4]", v['ipv4'],
|
||||
class: 'form-control', ipv4: true
|
||||
class: 'form-control'#, ipv4: true
|
||||
.form-group
|
||||
.col-md-3.control-label
|
||||
= label_tag "domain_nameservers_attributes_#{k}_ipv6", t(:ipv6)
|
||||
.col-md-7
|
||||
= text_field_tag "domain[nameservers_attributes][#{k}][ipv6]", v['ipv6'],
|
||||
class: 'form-control', ipv6: true
|
||||
class: 'form-control'#, ipv6: true
|
||||
:coffee
|
||||
$("#nameservers").nestedAttributes
|
||||
bindAddTo: $(".add-nameserver")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue