main
Satur@it-depot.ru 2025-03-05 10:19:21 +03:00
parent be04858dd0
commit d13215fcf0
6 changed files with 6 additions and 6 deletions

BIN
templates/icons/ammyy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

BIN
templates/icons/anydesk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

BIN
templates/icons/rdp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

BIN
templates/icons/vnc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

View File

@ -73,12 +73,12 @@
let sortDirection = 'asc';
const protocolIcons = {
'rustdesk': '🖥️',
'anydesk': '🔴',
'ammyy': '🟢',
'teamviewer': '🔵',
'vnc': '🟡',
'rdp': '🟣'
'rustdesk': '<img src="/icons/rustdesk.png" class="protocol-icon">',
'anydesk': '<img src="/icons/anydesk.png" class="protocol-icon">',
'ammyy': '<img src="/icons/ammyy.png" class="protocol-icon">',
'teamviewer': '<img src="/icons/vnc.png" class="protocol-icon">',
'vnc': '<img src="/icons/vnc.png" class="protocol-icon">',
'rdp': '<img src="/icons/rdp.png" class="protocol-icon">'
};
const protocolLinks = {