diff --git a/route/firewall.py b/route/firewall.py index 1520bd2ac..39b0b8af2 100644 --- a/route/firewall.py +++ b/route/firewall.py @@ -7,7 +7,7 @@ from flask import request import sys import os -sys.path.append(os.getcwd() + "/class/") +sys.path.append(os.getcwd() + "/class/core/") import db firewall = Blueprint('firewall', __name__, template_folder='templates') diff --git a/templates/default/firewall.html b/templates/default/firewall.html index fd1ac8269..95b8ea857 100755 --- a/templates/default/firewall.html +++ b/templates/default/firewall.html @@ -19,118 +19,113 @@ .weblog a{ color:#20a53a; } +.firewall-port-box{ + margin-bottom:15px; +}