mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Remove an extraneous directive
`t:data` is not really a Twisted template directive. Added my mistake, removing now.
This commit is contained in:
parent
bae32179bf
commit
9c7357bc61
@ -57,7 +57,7 @@
|
||||
<ul>
|
||||
<li>Server Nickname: <span class="nickname mine"><t:transparent t:render="nickname" /></span></li>
|
||||
<li>Server Nodeid: <span class="nodeid mine data-chars"> <t:transparent t:render="nodeid" /></span></li>
|
||||
<li t:data="stats">Accepting new shares:
|
||||
<li>Accepting new shares:
|
||||
<span t:render="accepting_immutable_shares" /></li>
|
||||
<li>Total buckets:
|
||||
<span t:render="last_complete_bucket_count" />
|
||||
|
Loading…
Reference in New Issue
Block a user