Commit addfff36 authored by nazarf's avatar nazarf

+1 to node

git-svn-id: https://svn.sp-service.com.ua/svnroot/svn/node-stats/trunk@16 320591d9-fe85-4a77-9bad-1a723db14d60
parent f1b0e688
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
%tbody %tbody
- @nodes.each_with_index do |node, index| - @nodes.each_with_index do |node, index|
%tr %tr
%td= index %td= index + 1
%td= link_to node.domain, node_path(node) %td= link_to node.domain, node_path(node)
%td= node.ipv4 %td= node.ipv4
%td= node.ipv6 %td= node.ipv6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment