From 8c899db7ff20108b7f08632bd821d4bf250aab68 Mon Sep 17 00:00:00 2001 From: sadnub Date: Sat, 23 Apr 2022 12:21:18 -0400 Subject: [PATCH] fix agent sorting by last response --- src/views/Dashboard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 8f5a188..2fdc458 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -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",