add Evotor 5i and 7.3 on auto detect sn
This commit is contained in:
parent
4afd1f7ede
commit
ee559b57cb
|
@ -57,7 +57,9 @@ const models = {
|
|||
"V520": ["331-4", "331-9", "262-", "285-", 11],
|
||||
"VX675": ["331-0", "331-3", "331-0", "333-", "332-", 11],
|
||||
"VX820": ["903-","327-" , 11],
|
||||
"D230": ["233", 10]
|
||||
"D230": ["233", 10],
|
||||
"EVOTOR_5I": ["15", "05", 12],
|
||||
"EVOTOR_73": ["003", 14],
|
||||
}
|
||||
|
||||
manualSelectModel = false; // manual select model
|
||||
|
@ -608,7 +610,9 @@ const modelImages = {
|
|||
'D230': './images/devices/d230.png',
|
||||
'SP580': './images/devices/SP580-PC-5.png',
|
||||
'ES600': './images/devices/ES600.png',
|
||||
'VX820': './images/devices/VX820.png'
|
||||
'VX820': './images/devices/VX820.png',
|
||||
// 'EVOTOR_5I': './images/devices/evotor_5i.png',
|
||||
// 'EVOTOR_73': './images/devices/evotor_73.png'
|
||||
// Add more models as needed
|
||||
};
|
||||
|
||||
|
|
|
@ -140,6 +140,8 @@
|
|||
<select name="model" id="selectmodel" class="serialform modelselect" placeholder="Model">
|
||||
<option class="pax" value="S90">S90</option>
|
||||
<option class="pax" value="D230">D230</option>
|
||||
<option class="evotor" value="EVOTOR_5I">Evotor 5i</option>
|
||||
<option class="evotor" value="EVOTOR_73">Evotor 73</option>
|
||||
|
||||
<option class="Alited" value="SP580">Alited SP580</option>
|
||||
<option class="Alited" value="ES600">Alited ES600</option>
|
||||
|
|
Loading…
Reference in New Issue