Improving logging of macs

This commit is contained in:
2014-03-12 20:46:24 -07:00
parent 3cd6c59df0
commit d4286e4ddf
2 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
Scanning...
<% if can? :read_details, Mac
@log.each do |log| %>
<%= log.mac %> =
<%= log.ip %><br/>
@macs.each do |key, value| %>
<%= key %> =
<%= value %><br/>
<% end
end %>