update mitmweb resources

This commit is contained in:
Maximilian Hils 2017-02-21 15:33:13 +01:00
parent 18401dda8f
commit 96256579e6
3 changed files with 750 additions and 432 deletions

View File

@ -564,7 +564,6 @@ footer .label {
.CodeMirror {
border: 1px solid #ccc;
height: auto !important;
max-height: 2048px !important;
}
/* BASICS */

File diff suppressed because it is too large Load Diff

View File

@ -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>