diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-03-04 16:11:30 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-03-04 16:11:30 +0545 |
commit | eaf86f3e3561c90112a9db9f537e5f253011eb0b (patch) | |
tree | 4eb9648ca456a582fe1158c8688c4e3807abbd74 /config | |
parent | ed63bb9ab929446f2af6d79c18f340d2e250aaa7 (diff) | |
download | pfsense-packages-eaf86f3e3561c90112a9db9f537e5f253011eb0b.tar.gz pfsense-packages-eaf86f3e3561c90112a9db9f537e5f253011eb0b.tar.bz2 pfsense-packages-eaf86f3e3561c90112a9db9f537e5f253011eb0b.zip |
Open the Access Bandwidthd UI in a new tab
The Access Bandwidthd tab takes the user completely out of the pfSense WebGUI interface when clicked. This behaviour is not user-friendly. IMHO it is better to open the Bandwidthd UI in a new tab.
Diffstat (limited to 'config')
-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> |