diff options
author | SunStroke74 <andrey.b.nikitin@gmail.com> | 2014-12-26 15:40:33 +0500 |
---|---|---|
committer | SunStroke74 <andrey.b.nikitin@gmail.com> | 2014-12-26 15:40:33 +0500 |
commit | 55ad40d87613791b3162cb940af7657d71869332 (patch) | |
tree | 9535203dfe10aa1fe21777dd9d2dd5c4464d87ce | |
parent | ced59f94285b6aa3493113109b35a6ddf397639a (diff) | |
download | pfsense-packages-55ad40d87613791b3162cb940af7657d71869332.tar.gz pfsense-packages-55ad40d87613791b3162cb940af7657d71869332.tar.bz2 pfsense-packages-55ad40d87613791b3162cb940af7657d71869332.zip |
Add tab to view HAVP error log
-rw-r--r-- | config/havp/havp.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/havp/havp.xml b/config/havp/havp.xml index 47611030..3e12f5bb 100644 --- a/config/havp/havp.xml +++ b/config/havp/havp.xml @@ -55,6 +55,10 @@ <text>Settings</text> <url>/pkg_edit.php?xml=havp_avset.xml&id=0</url> </tab> + <tab> + <text>Log</text> + <url>/havp_log.php</url> + </tab> </tabs> <fields> <field> @@ -302,4 +306,4 @@ <custom_php_deinstall_command> havp_deinstall(); </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file +</packagegui> |