]> git.mxchange.org Git - fba.git/blobdiff - templates/views/list.html
Continued:
[fba.git] / templates / views / list.html
index 1f5ff96b3a6f5f2b5c2437b5b36d86e6507748bf..1e48ebdbf3a36b7862891b08e5f3277cf1916788 100644 (file)
@@ -44,6 +44,7 @@
             <th>Command</th>
             <th>Total peers</th>
             <th>Total blocks</th>
+            <th>Response time</th>
             <th>First added</th>
             <th>Last updated</th>
         </thead>
@@ -74,6 +75,7 @@
                 <td><code>{{row['command']}}</code></td>
                 <td>{{row['total_peers']}}</td>
                 <td>{{row['total_blocks']}}</td>
+                <td>{{'%0.2f'|format(row['last_response_time']|float)}}</td>
                 <td>{{row['first_seen']}}</td>
                 <td>{{row['last_updated']}}</td>
             </tr>