fix agent sorting by last response

This commit is contained in:
sadnub
2022-04-23 12:21:18 -04:00
parent b776fe0e80
commit 8c899db7ff

View File

@@ -453,7 +453,6 @@ export default {
field: "last_seen",
sortable: true,
align: "left",
sort: (a, b) => this.dateStringToUnix(a) - this.dateStringToUnix(b),
},
{
name: "boot_time",