commit 738967715b4afc72102d4f49d8c4e8c13b02b626 Author: cypherpunks cypherpunks@torproject.org Date: Sat Mar 4 19:43:22 2017 +0000
Remove the descriptor published field
The `desc_published` field from Onionoo was removed 5 years ago so Atlas always says 'never'.
Closes #21630. --- templates/details/router.html | 3 --- 1 file changed, 3 deletions(-)
diff --git a/templates/details/router.html b/templates/details/router.html index 79b4b70..f582b01 100644 --- a/templates/details/router.html +++ b/templates/details/router.html @@ -120,9 +120,6 @@ <% if (valid) { %><a href="#details/<%= member.replace('$', '') %>" title="Alleged family member" class="alleged"><% } %><%= member %><% if (valid) { %></a><% }}); %><% } %><% if (relay.get('alleged_family') == null) { %>none<% } %></pre> </dd>
- <dt><span class="tip" title="Date and time when the relay last published a descriptor to the directory authorities." data-original-title="Descriptor published">Descriptor Published</span></dt> - <dd><%= relay.get('desc_published') ? relay.get('desc_published') : 'never' %></dd> - <dt><span class="tip" title="What OS and Tor version the relay is using" data-original-title="Platform">Platform</span></dt> <dd><%= _.escape(relay.get('platform')) %></dd>
tor-commits@lists.torproject.org