Changeset 570 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
12/19/12 17:17:04 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Work in progress, see #5:
Update IP pool listing with new fields.
Also update the listing itself to allow allocation of unassigned IPs
right from the list, rather than forcing use of either admin tools
or guided assignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r567 r570  
    252252
    253253  # Snag pool info for heading
    254   my $poolinfo = getBlockData($ip_dbh, $webvar{pool});
     254  my $poolinfo = getBlockData($ip_dbh, $webvar{pool}, $webvar{rdepth});
    255255
    256256  $page->param(disptype => $disp_alloctypes{$poolinfo->{type}});
Note: See TracChangeset for help on using the changeset viewer.