add sorting back to status closes #305
This commit is contained in:
parent
4cae9cd90d
commit
ad0bbf5248
|
@ -504,7 +504,7 @@ export default {
|
|||
name: "agentstatus",
|
||||
field: "status",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
name: "last_seen",
|
||||
|
|
Loading…
Reference in New Issue