]> git.mxchange.org Git - fba.git/blobdiff - templates/views/list.html
Continued:
[fba.git] / templates / views / list.html
index 260537d77ae6c69893e8930277daaa887faf3c3a..70c8f86d5334b5b78ed6a5d1e577cb51709a1f1b 100644 (file)
@@ -34,6 +34,8 @@
             <th>Software</th>
             <th>Detection mode</th>
             <th>Command</th>
+            <th>Total peers</th>
+            <th>Total blocks</th>
             <th>First added</th>
             <th>Last updated</th>
         </thead>
@@ -62,6 +64,8 @@
                     {% endwith %}
                 </td>
                 <td><code>{{row['command']}}</code></td>
+                <td>{{row['total_peers']}}</td>
+                <td>{{row['total_blocks']}}</td>
                 <td>{{row['first_seen']}}</td>
                 <td>{{row['last_updated']}}</td>
             </tr>