diff options
author | Jim P <jim@pingle.org> | 2013-09-12 05:37:34 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-09-12 05:37:34 -0700 |
commit | a8d1caff352ad35ef39eceadd57d54b6ab34e884 (patch) | |
tree | a8bfb78e23368f4f28d74627e205fbcdf72648b1 /config | |
parent | 6b2b3ca430b7be6498f67d4a8338f4fdeb5efd0f (diff) | |
parent | 7ddb2434e87fba7d98720ed4c3ee1075e7acbc62 (diff) | |
download | pfsense-packages-a8d1caff352ad35ef39eceadd57d54b6ab34e884.tar.gz pfsense-packages-a8d1caff352ad35ef39eceadd57d54b6ab34e884.tar.bz2 pfsense-packages-a8d1caff352ad35ef39eceadd57d54b6ab34e884.zip |
Merge pull request #483 from phil-davis/master
bandwidthd - specify explicitly the graph location index.html
Diffstat (limited to 'config')
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index 71e5e8fc..25c50b42 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -70,7 +70,7 @@ </tab> <tab> <text>Access BandwidthD</text> - <url>/bandwidthd" target="_blank</url> + <url>/bandwidthd/index.html" target="_blank</url> </tab> </tabs> <configpath>installedpackages->package->bandwidthd</configpath> |