mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
fix agent sorting by last response
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user