icons
parent
be04858dd0
commit
d13215fcf0
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 |
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue