mostly working, visualization isn't that great and might be more useful if it shows bandwidth

This commit is contained in:
Tanishq Dubey
2024-03-10 18:23:25 -04:00
parent 8e3a0dc41d
commit ae0a9ea6fd
2 changed files with 47 additions and 5 deletions

View File

@ -32,11 +32,12 @@
<form id="parse-form" method="post" class="pure-form pure-form-stacke" style="height: 100%;">
<div style="display: flex; flex-direction: column; height: 100%; gap: .25em;">
<div>
<label for="parsedata">Input</label>
<h3>IP Tables Visualizer</h3>
</div>
<div style="flex-grow: 2;">
<textarea placeholder="Paste the output of 'sudo iptables -L -v' here" id="parsedata" name="parsedata"
class=" pure-input" style="width: 100%; resize: none; height: 100%;"></textarea>
class=" pure-input"
style=" font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; white-space: pre; overflow-x: scroll; width: 100%; resize: none; height: 100%;"></textarea>
</div>
<div style="width 100%">
<input class="pure-button pure-button-primary" type="submit" value="Render" style="width: 100%;">