add sorting back to status closes #305

This commit is contained in:
wh1te909 2021-03-08 21:17:26 +00:00
parent 4cae9cd90d
commit ad0bbf5248
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ export default {
name: "agentstatus", name: "agentstatus",
field: "status", field: "status",
align: "left", align: "left",
sortable: false, sortable: true,
}, },
{ {
name: "last_seen", name: "last_seen",