mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 18:08:51 +03:00
update resources
This commit is contained in:
@@ -66,7 +66,7 @@ function HandleModelList( pVal )
|
||||
|
||||
let pModel = pVal['model'];
|
||||
//w22
|
||||
const vendorOrder = ["X 4 Series", "Q Series", "X 3 Series"];
|
||||
const vendorOrder = ["Q Series", "X 4 Series", "X 3 Series"];
|
||||
pModel.sort((a, b) => {
|
||||
const indexA = vendorOrder.indexOf(a.vendor);
|
||||
const indexB = vendorOrder.indexOf(b.vendor);
|
||||
|
||||
Reference in New Issue
Block a user