diff options
author | Jim P <jim@pingle.org> | 2013-03-04 04:35:04 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-03-04 04:35:04 -0800 |
commit | d623da86b2d6e4cbf45b50589d283d609ef59290 (patch) | |
tree | 4eb9648ca456a582fe1158c8688c4e3807abbd74 | |
parent | ed63bb9ab929446f2af6d79c18f340d2e250aaa7 (diff) | |
parent | eaf86f3e3561c90112a9db9f537e5f253011eb0b (diff) | |
download | pfsense-packages-d623da86b2d6e4cbf45b50589d283d609ef59290.tar.gz pfsense-packages-d623da86b2d6e4cbf45b50589d283d609ef59290.tar.bz2 pfsense-packages-d623da86b2d6e4cbf45b50589d283d609ef59290.zip |
Merge pull request #397 from phil-davis/master
Open the Access Bandwidthd UI in a new tab
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index 258772a7..f82ac69d 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>bandwidthd</name> - <version>1.0</version> + <version>2.0.1.4</version> <title>Bandwidthd</title> <aftersaveredirect>/pkg_edit.php?xml=bandwidthd.xml&id=0</aftersaveredirect> <include_file>/usr/local/pkg/bandwidthd.inc</include_file> @@ -69,7 +69,7 @@ </tab> <tab> <text>Access BandwidthD</text> - <url>/bandwidthd</url> + <url>/bandwidthd" target="_blank</url> </tab> </tabs> <configpath>installedpackages->package->bandwidthd</configpath> |