From dd99c15dfbb35652db57331c2db6b07088da2f3f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 20 Apr 2020 11:02:13 +0200 Subject: ajout filtrage AJAX --- www/html/index.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/html/index.py') diff --git a/www/html/index.py b/www/html/index.py index f670a37..7e45dca 100755 --- a/www/html/index.py +++ b/www/html/index.py @@ -32,10 +32,15 @@ def index(req): #write the html page req.write(baseHTML("ATS-Project","""

ATS-Project

+Filtrage + +
""" + content + """
HeureProtocoleIP SourceIP DestinationPort SourcePort Destination
+
+ """)) -- cgit v1.2.3