summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_snmp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-10 20:59:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-10 20:59:44 +0000
commite348dcecd883ce4ab6d5be11ad25240eb8cb3634 (patch)
treee10df652cff43a02ea1659847985199bc00be465 /usr/local/www/services_snmp.php
parentba73e2a374d687107e8a1e5bf1cdffcf25fb7bea (diff)
downloadpfsense-e348dcecd883ce4ab6d5be11ad25240eb8cb3634.zip
pfsense-e348dcecd883ce4ab6d5be11ad25240eb8cb3634.tar.gz
Minor nitpick, make each module break to it's own line
Diffstat (limited to 'usr/local/www/services_snmp.php')
-rwxr-xr-xusr/local/www/services_snmp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_snmp.php b/usr/local/www/services_snmp.php
index c6dca5b..8573fee 100755
--- a/usr/local/www/services_snmp.php
+++ b/usr/local/www/services_snmp.php
@@ -365,7 +365,9 @@ function enable_change(whichone) {
<td width="22%" valign="top" class="vncellreq">SNMP Modules</td>
<td width="78%" class="vtable">
<input name="mibii" type="checkbox" id="mibii" value="yes" <?php if ($pconfig['mibii']) echo "checked"; ?> >MibII
+ <br>
<input name="netgraph" type="checkbox" id="netgraph" value="yes" <?php if ($pconfig['netgraph']) echo "checked"; ?> >Netgraph
+ <br>
<input name="pf" type="checkbox" id="pf" value="yes" <?php if ($pconfig['pf']) echo "checked"; ?> >PF
</td>
</tr>
OpenPOWER on IntegriCloud