This commit is contained in:
2025-03-05 10:19:21 +03:00
parent be04858dd0
commit d13215fcf0
6 changed files with 6 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

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