Project

General

Profile

« Previous | Next » 

Revision 50e38ad1

Added by Ohad Levy over 13 years ago

  • ID 50e38ad16d169c2355c024317e64401a8ab5bd4a
Minor imporvements to the build in dhcp broswer -
  • added delete reservation option
  • sorted subnet list
  • add counters to subnets and records page
  • fixed incorrect table headers in subnet details page
  • fixed annonying extra whitespace in the top bar

View differences:

views/dhcp/index.haml
%h2 Subnets
- @subnets.each do |subnet|
%a(href="/dhcp/#{subnet.network}")
%li=subnet
%ul
- @subnets.sort.each do |subnet|
%a(href="/dhcp/#{subnet.network}")
%li=subnet
="Total of #{@subnets.size} subnets"

Also available in: Unified diff