mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
nameservers in registrar show with comma
This commit is contained in:
parent
fa7cf13bf4
commit
59066b4487
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@
|
|||
- @data.css('hostAttr').each do |x|
|
||||
%tr
|
||||
%td= x.css('hostName').text
|
||||
%td= x.css('hostAddr[ip="v4"]').text
|
||||
%td= x.css('hostAddr[ip="v6"]').text
|
||||
%td= Array(x.css('hostAddr[ip="v4"]')).map(&:text).join(", ")
|
||||
%td= Array(x.css('hostAddr[ip="v6"]')).map(&:text).join(", ")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue