arrange devices in folder devices

This commit is contained in:
AHKAD 2024-09-17 13:03:46 +00:00
parent dff66191c0
commit ca625e6197
6 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

Before

Width:  |  Height:  |  Size: 545 KiB

After

Width:  |  Height:  |  Size: 545 KiB

View File

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 234 KiB

View File

Before

Width:  |  Height:  |  Size: 367 KiB

After

Width:  |  Height:  |  Size: 367 KiB

View File

Before

Width:  |  Height:  |  Size: 452 KiB

After

Width:  |  Height:  |  Size: 452 KiB

View File

@ -557,11 +557,11 @@ $('#showStorage').on('click', () => {
const modelImages = {
'S90': './images/PAX-S90-v0.7.png',
'D230': './images/d230.png',
'SP580': './images/SP580-PC-5.png',
'ES600': './images/ES600.png',
'VX820': './images/VX820.png'
'S90': './images/devices/PAX-S90-v0.7.png',
'D230': './images/devices/d230.png',
'SP580': './images/devices/SP580-PC-5.png',
'ES600': './images/devices/ES600.png',
'VX820': './images/devices/VX820.png'
// Add more models as needed
};