Skip to content

Commit

Permalink
remove seed and furl columns from server list
Browse files Browse the repository at this point in the history
  • Loading branch information
leif committed Feb 6, 2014
1 parent e555653 commit 2183067
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/allmydata/web/root.py
Expand Up @@ -294,11 +294,6 @@ def render_service_row(self, ctx, server):
version = announcement["my-version"]
service_name = announcement["service-name"]

seed = announcement['permutation-seed-base32']
furl = announcement['anonymous-storage-FURL']

ctx.fillSlots("seed", seed)
ctx.fillSlots("furl", furl)
ctx.fillSlots("address", addr)
ctx.fillSlots("connected", connected)
ctx.fillSlots("connected-bool", bool(rhost))
Expand Down
6 changes: 0 additions & 6 deletions src/allmydata/web/welcome.xhtml
Expand Up @@ -168,8 +168,6 @@
<thead>
<tr n:pattern="header">
<td><h3>Nickname</h3></td>
<td><h3>Seed</h3></td>
<td><h3>FURL</h3></td>
<td><h3>Address</h3></td>
<td><h3>Service</h3></td>
<td><h3>Since</h3></td>
Expand All @@ -183,10 +181,6 @@
<div class="nickname"><n:slot name="nickname"/></div>
<div class="nodeid"><n:slot name="peerid"/></div>
</td>

<td class="seed"><n:slot name="seed"/></td>
<td class="furl"><n:slot name="furl"/></td>

<td class="address"><n:slot name="address"/></td>
<td class="service-service-name"><n:slot name="service_name"/></td>
<td class="service-since timestamp"><n:slot name="since"/></td>
Expand Down

0 comments on commit 2183067

Please sign in to comment.