diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-16 09:28:41 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-16 09:28:41 +0200 |
| commit | 4aa685b096ee617a8f980369d2ad942d00fe24ff (patch) | |
| tree | d7c1e7c60a6171806fe6f06f7eb43886c474fb36 /www/html/index.py | |
| parent | 44af1057fdb096108f6115277a93a11233b6ff44 (diff) | |
| download | ATS-4aa685b096ee617a8f980369d2ad942d00fe24ff.tar.gz ATS-4aa685b096ee617a8f980369d2ad942d00fe24ff.tar.bz2 ATS-4aa685b096ee617a8f980369d2ad942d00fe24ff.zip | |
Update
Diffstat (limited to '')
| -rwxr-xr-x | www/html/index.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/html/index.py b/www/html/index.py index b709c3a..7f419b0 100755 --- a/www/html/index.py +++ b/www/html/index.py @@ -44,7 +44,8 @@ def index(req): <div id="tip" style="display:block;"> Pour voir le nombre de paquets en destination d'une adresse IP, cliquez sur cette dernière dans le tableau.<div id="ok" onclick="toggle_div(this,'tip');"><b>OK</b></div></div> <p>Nombre total de paquets : <b>"""+ count +"""</b></p> -<em><div id="ici" onclick="affiche_tas()">Pour afficher toute la table, cliquez sur ce texte.</div></em><br/> +<em>Pour afficher toute la table, cliquez</em> +<button onclick="affiche_tas()">ICI</button><br/> <div id="tab"> <table class="data_tab"> <tr><th>Heure</th><th>Protocole</th><th>IP Source</th><th>IP Destination</th><th>Port Source</th><th>Port Destination</th></tr> |
