- Timestamp:
- 10/25/04 17:26:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r8 r9 317 317 } # viewBy 318 318 319 319 320 # args are: a reference to an array with the row to be printed and the 320 321 # class(stylesheet) to use for formatting. … … 363 364 $data[1], $full_alloc_types{$data[2]}, $data[3], $data[4]); 364 365 # Allow listing of pool if desired/required. 365 if ($data[2] =~ /^[sdc ]p$/) {366 if ($data[2] =~ /^[sdcm]p$/) { 366 367 $row[0] .= ' <a href="/ip/cgi-bin/main.cgi?action=listpool'. 367 368 "&pool=$data[0]\">List IPs</a>";
Note:
See TracChangeset
for help on using the changeset viewer.