Project

General

Profile

« Previous | Next » 

Revision de1ecf7b

Added by Ohad Levy over 12 years ago

  • ID de1ecf7b5c4b564c3db6760d35fd7563dee70652

fixes #1154 - ms dhcp smart proxy error 400

This commit is not ideal in term of performance, as it forces us to read each
reservation options, a probably better approch is to read the output from the
dump command instead.

View differences:

views/dhcp/show.erb
<td><%= record.mac %></td>
<td><%= record.nextServer %></td>
<td><%= record.filename %></td>
<td><%= record.title %></td>
<td><%= record.name %></td>
<td>
<form action="<%= "/dhcp/#{@subnet.network}/#{record.mac}" %>" method="post">
<input name='_method' type='hidden' value='delete' />

Also available in: Unified diff