diff --git a/route/firewall.py b/route/firewall.py index 46c498558..1520bd2ac 100644 --- a/route/firewall.py +++ b/route/firewall.py @@ -27,7 +27,7 @@ def index(): ''' -@firewall.route("/log_list") +@firewall.route("/log_list", methods=['GET', 'POST']) def log_list(): try: table = request.form.get('table', '') diff --git a/templates/default/crontab.html b/templates/default/crontab.html index ccaa78d7c..4c2ffbe8f 100755 --- a/templates/default/crontab.html +++ b/templates/default/crontab.html @@ -6,16 +6,16 @@