diff --git a/static/js/diag.js b/static/js/diag.js index 1422546..1158016 100644 --- a/static/js/diag.js +++ b/static/js/diag.js @@ -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 }; diff --git a/views/home.ejs b/views/home.ejs index 5f54f62..8f01960 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -140,6 +140,8 @@