deluge/deluge/ui/web/render/tab_peers.html
2009-02-04 18:20:46 +00:00

15 lines
335 B
HTML

<div id="peers" class="gridview">
<table>
<thead>
<tr class="header">
<th class="country"></th>
<th class="name">${_("Address")}</th>
<th class="client">${_("Client")}</th>
<th class="downspeed">${_("Down Speed")}</th>
<th class="upspeed">${_("Up Speed")}</th>
</tr>
</thead>
<tbody/>
</table>
</div>