diff options
-rw-r--r-- | config/widget-havp/widget-havp.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/config/widget-havp/widget-havp.xml b/config/widget-havp/widget-havp.xml index 7042fe55..cb127f36 100644 --- a/config/widget-havp/widget-havp.xml +++ b/config/widget-havp/widget-havp.xml @@ -42,7 +42,7 @@ /* ========================================================================== */ ]]> </copyright> - <description>HAVP widget add-on for Dashboard package</description> + <description>HAVP alerts widget add-on for Dashboard package</description> <requirements>Dashboard package and HAVP</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>widget-havp</name> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index db2c5df1..75b871a5 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -814,7 +814,7 @@ </package> <package> <name>Dashboard Widget: HAVP</name> - <descr>Dashboard widget for havp.</descr> + <descr>Dashboard widget for HAVP alerts.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/widget-havp/widget-havp.xml</config_file> <version>0.1</version> @@ -822,5 +822,15 @@ <required_version>1.2</required_version> <configurationfile>widget-havp.xml</configurationfile> </package> + <package> + <name>Dashboard Widget: Antivirus Status</name> + <descr>Dashboard widget for HAVP status.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/widget-antivirus/widget-antivirus.xml</config_file> + <version>0.1</version> + <status>BETA</status> + <required_version>1.2</required_version> + <configurationfile>widget-havp.xml</configurationfile> + </package> </packages> </pfsensepkgs> |