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';
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue