mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
update mitmweb resources
This commit is contained in:
parent
18401dda8f
commit
96256579e6
1
mitmproxy/tools/web/static/app.css
vendored
1
mitmproxy/tools/web/static/app.css
vendored
@ -564,7 +564,6 @@ footer .label {
|
||||
.CodeMirror {
|
||||
border: 1px solid #ccc;
|
||||
height: auto !important;
|
||||
max-height: 2048px !important;
|
||||
}
|
||||
/* BASICS */
|
||||
|
||||
|
1175
mitmproxy/tools/web/static/app.js
vendored
1175
mitmproxy/tools/web/static/app.js
vendored
File diff suppressed because it is too large
Load Diff
@ -49,10 +49,10 @@ function Footer({ settings }) {
|
||||
)}
|
||||
<div className="pull-right">
|
||||
<span className="label label-primary" title="HTTP Proxy Server Address">
|
||||
[{listen_host || "*"}:{listen_port}]
|
||||
{listen_host || "*"}:{listen_port}
|
||||
</span>
|
||||
<span className="label label-info" title="Version">
|
||||
[version:{version}]
|
||||
<span className="label label-info" title="Mitmproxy Version">
|
||||
v{version}
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user