]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2023 07:00:00 +0000 (09:00 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2023 07:00:00 +0000 (09:00 +0200)
- copy-paste mistake from blocks list

templates/views/list.html

index a3852979a4ea25e448f119e14524897c43f6ae78..99d8a415554a9cfe6f3701e2cf5a59e66da4cefa 100644 (file)
@@ -31,7 +31,7 @@
             <th>Detection mode</th>
             <th>Command</th>
             <th>First added</th>
-            <th>Last seen</th>
+            <th>Last updated</th>
         </thead>
 
         <tbody>
@@ -59,7 +59,7 @@
                     </td>
                     <td><code>{{row['command']}}</code></td>
                     <td>{{row['first_seen']}}</td>
-                    <td>{{row['last_seen']}}</td>
+                    <td>{{row['last_updated']}}</td>
                 </tr>
         {% endfor %}
         </tbody>