diff options
author | sullrich <sullrich@pfsense.org> | 2009-11-28 19:55:23 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-11-28 19:55:23 -0500 |
commit | 7deffa407eec917380f29247c76b69805d498e81 (patch) | |
tree | 39f7b99e5ce8588c73c44e3ccaaf4028ebe2a436 | |
parent | 24caf10492066fa2c36c7aa9def0bcb1f94e029a (diff) | |
download | pfsense-7deffa407eec917380f29247c76b69805d498e81.zip pfsense-7deffa407eec917380f29247c76b69805d498e81.tar.gz |
Add listtopic. Remove tab
-rw-r--r-- | usr/local/pkg/miniupnpd.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr/local/pkg/miniupnpd.xml b/usr/local/pkg/miniupnpd.xml index e7a39c1..7d38022 100644 --- a/usr/local/pkg/miniupnpd.xml +++ b/usr/local/pkg/miniupnpd.xml @@ -31,15 +31,13 @@ <rcfile>miniupnpd.sh</rcfile> <executable>miniupnpd</executable> </service> - <tabs> - <tab> - <text>UPnP Settings</text> - <url>/pkg_edit.php?xml=miniupnpd.xml&id=0</url> - <active/> - </tab> - </tabs> <fields> <field> + <name>UPnP Settings</name> + <type>listtopic</type> + <enablefields>iface_array,overridewanip,upnpqueue,logpackets,sysuptime,permdefault,permuser1,permuser2,permuser3,permuser4</enablefields> + </field> + <field> <fielddescr>Enable UPnP</fielddescr> <fieldname>enable</fieldname> <type>checkbox</type> |