diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 08:10:56 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 08:10:56 +0000 |
commit | 1631a8946a4951f8bb6a45ced6bf66ac78864bc2 (patch) | |
tree | fa66039701d1d6ebc630641e22bb7aa084aa1350 /packages/bandwidthd/bandwidthd.xml | |
parent | 744f72b9daf03ae97636022d5b804b6b415471a9 (diff) | |
download | pfsense-packages-1631a8946a4951f8bb6a45ced6bf66ac78864bc2.tar.gz pfsense-packages-1631a8946a4951f8bb6a45ced6bf66ac78864bc2.tar.bz2 pfsense-packages-1631a8946a4951f8bb6a45ced6bf66ac78864bc2.zip |
Remove _ from xml fieldnames
Diffstat (limited to 'packages/bandwidthd/bandwidthd.xml')
-rw-r--r-- | packages/bandwidthd/bandwidthd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/bandwidthd/bandwidthd.xml b/packages/bandwidthd/bandwidthd.xml index c74902ce..d102f19a 100644 --- a/packages/bandwidthd/bandwidthd.xml +++ b/packages/bandwidthd/bandwidthd.xml @@ -5,7 +5,7 @@ <configpath>installedpackages->package->bandwidthd</configpath> <title>Bandwidthd</title> <menu> - <name>Bandwidthd</name> + <name>BandwidthD</name> <tooltiptext></tooltiptext> <section>Services</section> <url>http://$myurl:3000</url> @@ -53,13 +53,13 @@ <type>checkbox</type> </field> <field> - <fieldname>output_cdf</fieldname> + <fieldname>outputcdf</fieldname> <fielddescr>output_cdf</fielddescr> <description>Log data to cdf file htdocs/log.cdf</description> <type>checkbox</type> </field> <field> - <fieldname>recover_cdf</fieldname> + <fieldname>recovercdf</fieldname> <fielddescr>recover_cdf</fielddescr> <description>Read back the cdf file on startup</description> <type>checkbox</type> |