mostly working, visualization isn't that great and might be more useful if it shows bandwidth
This commit is contained in:
@ -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%;">
|
||||
|
Reference in New Issue
Block a user