Changeset 771 for trunk/cgi-bin


Ignore:
Timestamp:
08/26/15 16:10:01 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Show VLAN on IP pool listing

File:
1 edited

Legend:

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

    r766 r771  
    318318  my $poolinfo = getBlockData($ip_dbh, $webvar{pool});
    319319  my $cidr = new NetAddr::IP $poolinfo->{block};
     320  $page->param(vlan => $poolinfo->{vlan});
    320321
    321322  # Tree navigation
Note: See TracChangeset for help on using the changeset viewer.