Rev966, New Greenlet debug hook to support Gevent 1.1.0, Publish to 8 peers on external publish request, Dont try to download banned user files, Check user files even if its own site

This commit is contained in:
HelloZeroNet 2016-03-11 12:39:39 +01:00
parent 48db062b49
commit 0897154584
7 changed files with 30 additions and 30 deletions

View file

@ -302,7 +302,7 @@ class UiWebsocketPlugin(object):
body.append("""
<li>
<label>Identity address <small>(used: {used:.2f}kB / {quota:.2f}kB)</small></label>
<label>Identity address <small>(limit used: {used:.2f}kB / {quota:.2f}kB)</small></label>
<span class='input text disabled'>{auth_address}</span>
<a href='#Change' class='button' id='button-identity'>Change</a>
</li>