diff options
author | Jim Pingle <jim@pingle.org> | 2009-03-03 17:57:21 -0500 |
---|---|---|
committer | Jim Pingle <jim@pingle.org> | 2009-03-03 17:57:21 -0500 |
commit | 4eeace55ac3757e3bb904a759d855c683d0062ab (patch) | |
tree | 19f0fbd9df5fd917baca2c01c950bd2fafb96db7 | |
parent | 3754d566646a6c286a60c0d98e3be47a37a4b0ba (diff) | |
download | pfsense-packages-4eeace55ac3757e3bb904a759d855c683d0062ab.tar.gz pfsense-packages-4eeace55ac3757e3bb904a759d855c683d0062ab.tar.bz2 pfsense-packages-4eeace55ac3757e3bb904a759d855c683d0062ab.zip |
Really unbreak the AJAX viewer this time. Forward and Reverse work. Fix a couple more minor formatting bugs.
-rw-r--r-- | config/dashboard/dashboard.xml | 9 | ||||
-rw-r--r-- | pkg_config.7.xml | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 16940e35..492aef40 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.7.2</version> + <version>0.7.3</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> @@ -59,13 +59,10 @@ <chmod>077</chmod> <item>http://www.pfsense.com/packages/config/dashboard/binaries/widgets.tgz</item> </additional_files_needed> - <custom_php_install_command> + <custom_php_install_command> dashboard_install(); - </custom_php_install_command> + </custom_php_install_command> <custom_php_deinstall_command> dashboard_deinstall(); </custom_php_deinstall_command> </packagegui> - - - diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 2a8dea22..37ca5113 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -78,7 +78,7 @@ <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2.1 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.7.2</version> + <version>0.7.3</version> <status>BETA</status> <required_version>1.2.1</required_version> <maximum_version>1.9</maximum_version> |