[Netpass-devel] NetPass/www/components/Admin TableEditPolicy,1.5,1.6
Brought to you by:
jeffmurphy
|
From: jeff m. <jef...@us...> - 2005-05-19 20:15:19
|
Update of /cvsroot/netpass/NetPass/www/components/Admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8038/www/components/Admin Modified Files: TableEditPolicy Log Message: cleanup Index: TableEditPolicy =================================================================== RCS file: /cvsroot/netpass/NetPass/www/components/Admin/TableEditPolicy,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- TableEditPolicy 6 May 2005 20:13:34 -0000 1.5 +++ TableEditPolicy 19 May 2005 20:15:05 -0000 1.6 @@ -327,6 +327,21 @@ % } </TR> <TR> +<TD CLASS='left'>ResetPort Link Flap Tolerance</TD> +<TD CLASS='right'> +<%$q->textfield ( + -name => 'policy:linkflap_tolerance', + -values => $np->cfg->policy(-key => 'linkflap_tolerance', -network => $network), + -size => 5 + )%> seconds +</TD> +% if ($showDefault) { +<td class='center'><input type='checkbox' <%!$np->cfg->policyLocation(-key => 'linkflap_tolerance', -network => $network, -location => $formatFor)?"":"checked"%> name="override:linkflap_tolerance"></td> +<td class='right'><%$np->cfg->policy(-key => 'linkflap_tolerance')%></td><td class='left'> +(<%join(',', @{$np->cfg->policyLocation(-key => 'linkflap_tolerance', -network => $network)})%>)</td> +% } +</TR> +<TR> <TD CLASS='left'>Enable MacScan?</TD> <TD CLASS='right'> <%$q->popup_menu ( |