mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
update osquery-table-details page script (#8362)
This commit is contained in:
parent
55bf0cea6a
commit
18c1719966
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ parasails.registerPage('osquery-table-details', {
|
|||
mounted: async function() {
|
||||
// sort the array of all tables
|
||||
this.allTables = this.allTables.sort((a, b)=>{
|
||||
if(a.name < b.name){
|
||||
if(a.title < b.title){
|
||||
return -1;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue